import type * as mod from "./index.js"; import type * as payloads from "./payloads.js"; /** * Same as `publish_package` but as an entry function which can be called as a transaction. Because * of current restrictions for txn parameters, the metadata needs to be passed in serialized form. */ export declare const publish_package_txn: ({ args, }: mod.PublishPackageTxnArgs) => payloads.PublishPackageTxn; //# sourceMappingURL=entry.d.ts.map