export declare function hashPassword(password: string): Promise; export declare const copyToClipboard: (str: any) => void;