import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "./sdk-validation-error.js"; export type UsageResult = { value?: number | undefined; windowSize?: string | undefined; }; /** @internal */ export declare const UsageResult$inboundSchema: z.ZodMiniType; export declare function usageResultFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=usage-result.d.ts.map