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