export declare const snapshot: (copyToClipboard?: boolean) => string | undefined; export declare const applySnapshot: (value: string | true) => Promise;