import * as z from "zod/v3"; export type GetFleetsDeprecatedGlobals = { orgId?: string | undefined; }; export type GetFleetsDeprecatedRequest = { orgId?: string | undefined; }; /** @internal */ export type GetFleetsDeprecatedRequest$Outbound = { orgId?: string | undefined; }; /** @internal */ export declare const GetFleetsDeprecatedRequest$outboundSchema: z.ZodType; export declare function getFleetsDeprecatedRequestToJSON(getFleetsDeprecatedRequest: GetFleetsDeprecatedRequest): string; //# sourceMappingURL=getfleetsdeprecated.d.ts.map