export declare function md5(data: string): string; export declare function verifyRsaSignature(data: string, signature: Buffer, publicKey: string, algorithm: 'sha1' | 'sha256'): boolean; export declare function decryptAesGcm(encryptedData: Buffer, password: string): string | null; //# sourceMappingURL=crypto.d.ts.map