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::system_addresses"; /** The name of the module. */ export declare const NAME: "system_addresses"; /** Module ID information. */ export declare const id: { readonly ADDRESS: "0x1"; readonly FULL_NAME: "0x1::system_addresses"; readonly NAME: "system_addresses"; }; export * as errors from "./errors.js"; /** Module error codes. */ export declare const errorCodes: { readonly "1": { readonly name: "ENOT_CORE_RESOURCE_ADDRESS"; readonly doc: "The address/account did not correspond to the core resource address"; }; readonly "2": { readonly name: "EVM"; readonly doc: "The operation can only be performed by the VM"; }; readonly "3": { readonly name: "ENOT_APTOS_FRAMEWORK_ADDRESS"; readonly doc: "The address/account did not correspond to the core framework address"; }; }; /** 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: {}; export declare const moduleDefinition: { readonly errorCodes: { readonly "1": { readonly name: "ENOT_CORE_RESOURCE_ADDRESS"; readonly doc: "The address/account did not correspond to the core resource address"; }; readonly "2": { readonly name: "EVM"; readonly doc: "The operation can only be performed by the VM"; }; readonly "3": { readonly name: "ENOT_APTOS_FRAMEWORK_ADDRESS"; readonly doc: "The address/account did not correspond to the core framework address"; }; }; readonly functions: {}; readonly resources: {}; readonly structs: {}; readonly ADDRESS: "0x1"; readonly FULL_NAME: "0x1::system_addresses"; readonly NAME: "system_addresses"; }; //# sourceMappingURL=index.d.ts.map