/// export declare const createMockClipboard: () => { read: jest.Mock, []>; readText: jest.Mock, []>; write: jest.Mock, [data: ClipboardItems]>; writeText: jest.Mock, [data: string]>; };