import type { TestInstance } from 'test-renderer';
import type { UserEventInstance } from './setup';
export declare function paste(this: UserEventInstance, instance: TestInstance, text: string): Promise<void>;
