export declare const doPaste: (text: string, tab?: import("./tab").Tab) => Promise; export declare const paste: (event: ClipboardEvent) => Promise;