import * as z from "zod/v3"; export type GetFleetGlobals = { orgId?: string | undefined; }; export type GetFleetRequest = { fleetId: string; orgId?: string | undefined; }; /** @internal */ export type GetFleetRequest$Outbound = { fleetId: string; orgId?: string | undefined; }; /** @internal */ export declare const GetFleetRequest$outboundSchema: z.ZodType; export declare function getFleetRequestToJSON(getFleetRequest: GetFleetRequest): string; //# sourceMappingURL=getfleet.d.ts.map