import type { HashAlgorithm } from '.'; export declare enum HashContext { Node = 0, WebCrypto = 1, JwkRsa = 2, JwkRsaPss = 3, JwkRsaOaep = 4, JwkHmac = 5 } export declare function normalizeHashName(algo: string | HashAlgorithm | { name: string; } | undefined, context?: HashContext): string; //# sourceMappingURL=hashnames.d.ts.map