/** * Names of all script functions. * * @module */ /** Script function type for `0x1::managed_coin::burn`. */ export declare const burn: "0x1::managed_coin::burn"; /** Script function type for `0x1::managed_coin::initialize`. */ export declare const initialize: "0x1::managed_coin::initialize"; /** Script function type for `0x1::managed_coin::mint`. */ export declare const mint: "0x1::managed_coin::mint"; /** Script function type for `0x1::managed_coin::register`. */ export declare const register: "0x1::managed_coin::register"; //# sourceMappingURL=entryNames.d.ts.map