import C from 'node:crypto'; export declare const hash: (text: string, options: { algorithm: "SHA256" | "MD5"; secret?: string; outputType: C.BinaryToTextEncoding; }) => string; //# sourceMappingURL=crypto.utility.d.ts.map