import { type Instance } from '../setup';
export declare function clear(this: Instance, element: Element): Promise<void>;
