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