export declare function copyText(text: string, toastText?: string | false): Promise; export declare function toast(text: string, duration?: number): void;