import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "./sdk-validation-error.js"; export type PointBucket = { bucketId?: string | undefined; priceId?: string | undefined; }; /** @internal */ export declare const PointBucket$inboundSchema: z.ZodMiniType; export declare function pointBucketFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=point-bucket.d.ts.map