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::bcs"; /** The name of the module. */ export declare const NAME: "bcs"; /** Module ID information. */ export declare const id: { readonly ADDRESS: "0x1"; readonly FULL_NAME: "0x1::bcs"; readonly NAME: "bcs"; }; /** 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: {}; /** * Utility for converting a Move value to its binary representation in BCS (Binary Canonical * Serialization). BCS is the binary encoding for Move resources and other non-module values * published on-chain. See https://github.com/aptos/bcs#binary-canonical-serialization-bcs for more * details on BCS. */ export declare const moduleDefinition: { readonly errorCodes: {}; readonly functions: {}; readonly resources: {}; readonly structs: {}; readonly ADDRESS: "0x1"; readonly FULL_NAME: "0x1::bcs"; readonly NAME: "bcs"; }; //# sourceMappingURL=index.d.ts.map