import type * as mod from "./index.js"; import type * as payloads from "./payloads.js"; /** * Updates the major version to a larger version. * This is only used in test environments and outside of them, the core resources account shouldn't exist. */ export declare const set_version: ({ args, }: mod.SetVersionArgs) => payloads.SetVersion; //# sourceMappingURL=entry.d.ts.map