/** * LegacyMigration API - Auto-generated typed wrapper. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ export declare const legacyMigration: { /** @see legacyMigrationAuth */ readonly legacyMigrationAuth: (legacyAuthRequest: import("..").LegacyAuthRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see createMigrationJob */ readonly create: (createMigrationJobRequest: import("..").CreateMigrationJobRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see listMigrationJobs */ readonly listMigrationJobs: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getMigrationJob */ readonly getMigrationJob: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type LegacyMigrationApi = typeof legacyMigration; //# sourceMappingURL=legacy-migration.d.ts.map