declare function customEncrypt(plainPassword: string): string;
declare function customDecrypt(encryptedPassword: string): string;
export { customEncrypt, customDecrypt };
