import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type ClearClusterPriceRequest = { model: string; }; /** @internal */ export declare const ClearClusterPriceRequest$inboundSchema: z.ZodType; /** @internal */ export type ClearClusterPriceRequest$Outbound = { model: string; }; /** @internal */ export declare const ClearClusterPriceRequest$outboundSchema: z.ZodType; export declare function clearClusterPriceRequestToJSON(clearClusterPriceRequest: ClearClusterPriceRequest): string; export declare function clearClusterPriceRequestFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=clearclusterprice.d.ts.map