import * as z from "zod/v3"; import * as components from "../components/index.js"; export type CreateFleetDeprecatedGlobals = { orgId?: string | undefined; }; export type CreateFleetDeprecatedRequest = { orgId?: string | undefined; createFleet: components.CreateFleet; }; /** @internal */ export type CreateFleetDeprecatedRequest$Outbound = { orgId?: string | undefined; CreateFleet: components.CreateFleet$Outbound; }; /** @internal */ export declare const CreateFleetDeprecatedRequest$outboundSchema: z.ZodType; export declare function createFleetDeprecatedRequestToJSON(createFleetDeprecatedRequest: CreateFleetDeprecatedRequest): string; //# sourceMappingURL=createfleetdeprecated.d.ts.map