import { type Instance } from '../setup'; export declare function keyboard(this: Instance, text: string): Promise; export declare function releaseAllKeys(instance: Instance): Promise;