import { SpyInstance } from "vitest"; export declare function spyOnClipboard(): SpyInstance<[data: string], Promise>;