export declare function copyToClipboard(text: string): { ok: boolean; method?: string; }; export declare function revealInFinder(filePath: string): boolean;