import type { HashComponent } from '@jscrypto/core'; export declare function createHash(name: Name, blockSize: number, digestSize: number, hash: (input: Uint8Array) => Uint8Array): HashComponent; //# sourceMappingURL=component.d.ts.map