/** * Names of all script functions. * * @module */ /** Script function type for `0x1::aptos_governance::create_proposal`. */ export declare const create_proposal: "0x1::aptos_governance::create_proposal"; /** Script function type for `0x1::aptos_governance::vote`. */ export declare const vote: "0x1::aptos_governance::vote"; //# sourceMappingURL=entryNames.d.ts.map