/** * The IDL of the module. * * @module */ /** The IDL of the module. */ export declare const idl: { readonly module_id: "0x1::hash"; readonly doc: "Module which defines SHA hashes for byte vectors.\n\nThe functions in this module are natively declared both in the Move runtime\nas in the Move prover's prelude."; readonly functions: readonly []; readonly structs: readonly []; readonly errors: {}; }; //# sourceMappingURL=idl.d.ts.map