export declare const sanitize: (cipherkey: string, no_symbols?: boolean, no_numbers?: boolean) => string;
export declare const generateCipherKey: (to_hash: string, cipherkey_length: number, website: string, username: string) => Promise<string>;
