export { idl } from "./idl.js"; /** The address of the module. */ export declare const ADDRESS: "0x1"; /** The full module name. */ export declare const FULL_NAME: "0x1::hash"; /** The name of the module. */ export declare const NAME: "hash"; /** Module ID information. */ export declare const id: { readonly ADDRESS: "0x1"; readonly FULL_NAME: "0x1::hash"; readonly NAME: "hash"; }; /** Module error codes. */ export declare const errorCodes: {}; /** All module function IDLs. */ export declare const functions: {}; /** All struct types with ability `key`. */ export declare const resources: {}; /** All struct types. */ export declare const structs: {}; /** * Module which defines SHA hashes for byte vectors. * * The functions in this module are natively declared both in the Move runtime * as in the Move prover's prelude. */ export declare const moduleDefinition: { readonly errorCodes: {}; readonly functions: {}; readonly resources: {}; readonly structs: {}; readonly ADDRESS: "0x1"; readonly FULL_NAME: "0x1::hash"; readonly NAME: "hash"; }; //# sourceMappingURL=index.d.ts.map