export type CryptoHashOptions = {
    modules?: {
        [moduleName: string]: any;
    };
    crypto?: {
        algorithm: any;
        onEnd?: any;
    };
};
//# sourceMappingURL=types.d.ts.map