export declare function hashString(data: string): string; export declare function aesECBEncrypt(plainText: string, password: string): string; export declare function aesECBDecrypt(cipherText: string, password: string): string; export declare function generatePassword(length: number): string;