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::governance_proposal"; /** The name of the module. */ export declare const NAME: "governance_proposal"; /** Module ID information. */ export declare const id: { readonly ADDRESS: "0x1"; readonly FULL_NAME: "0x1::governance_proposal"; readonly NAME: "governance_proposal"; }; /** 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: { readonly GovernanceProposal: "0x1::governance_proposal::GovernanceProposal"; }; /** * Define the GovernanceProposal that will be used as part of on-chain governance by AptosGovernance. * * This is separate from the AptosGovernance module to avoid circular dependency between AptosGovernance and Stake. */ export declare const moduleDefinition: { readonly errorCodes: {}; readonly functions: {}; readonly resources: {}; readonly structs: { readonly GovernanceProposal: "0x1::governance_proposal::GovernanceProposal"; }; readonly ADDRESS: "0x1"; readonly FULL_NAME: "0x1::governance_proposal"; readonly NAME: "governance_proposal"; }; //# sourceMappingURL=index.d.ts.map