import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { FleetV2 } from "./fleetv2.js"; export type FleetsPageV2 = { fleets: Array; }; /** @internal */ export declare const FleetsPageV2$inboundSchema: z.ZodType; export declare function fleetsPageV2FromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=fleetspagev2.d.ts.map