import { unknownFieldsSymbol } from "../../../../../runtime/protos/index.js"; import type { MessageFns } from "../../../../../runtime/protos/index.js"; import { customJson } from "../../../../../runtime/util/logging.js"; /** Represents the `nebius.msp.skypilot.v1alpha1.MigrateSkypilotRequest` protobuf message. */ export interface MigrateSkypilotRequest { /** Contains the fully qualified protobuf type name. */ $type: "nebius.msp.skypilot.v1alpha1.MigrateSkypilotRequest"; /** Preserves protobuf fields that this SDK version does not recognize. */ [unknownFieldsSymbol]?: Uint8Array | undefined; /** Returns a safe value for JSON logs. */ [customJson]?: () => unknown; /** * ID of the entity to migrate. * */ id: string; } /** Encodes, decodes, converts, and creates {@link MigrateSkypilotRequest} messages. */ export declare const MigrateSkypilotRequest: MessageFns; //# sourceMappingURL=index.d.ts.map