import { type Instance } from '../setup';
export declare function copy(this: Instance): Promise<DataTransfer | undefined>;
