export declare function getRandomKeyForObfuscator(obfuscatorType: string): string; export declare const passwordObfuscatorKeyRegexes: { DES: RegExp; AES: RegExp; }; export declare function checkPasswordObfuscator(passwordObfuscatorType: string, passwordObfuscatorKey: string): string; export declare function encryptByPasswordObfuscator(passwordObfuscatorType: string, passwordObfuscatorKey: string, password: string): any[] | undefined; //# sourceMappingURL=crpto.d.ts.map