import * as z from "zod/v3"; export type GetFleetDeprecatedGlobals = { orgId?: string | undefined; }; export type GetFleetDeprecatedRequest = { fleetId: string; orgId?: string | undefined; }; /** @internal */ export type GetFleetDeprecatedRequest$Outbound = { fleetId: string; orgId?: string | undefined; }; /** @internal */ export declare const GetFleetDeprecatedRequest$outboundSchema: z.ZodType; export declare function getFleetDeprecatedRequestToJSON(getFleetDeprecatedRequest: GetFleetDeprecatedRequest): string; //# sourceMappingURL=getfleetdeprecated.d.ts.map