export declare function copyToClipboard(text: string): Promise<{ ok: true; } | { ok: false; issues: string[]; }>;