import crypto from 'node:crypto';
export declare function getMd5(input: crypto.BinaryLike): string;
export declare function getSha256(input: crypto.BinaryLike): string;
export declare function getSha1(input: crypto.BinaryLike): string;
