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