import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { PriceResponse } from "./price-response.js"; import { SDKValidationError } from "./sdk-validation-error.js"; export type CreateBulkPriceResponse = { items?: Array | undefined; }; /** @internal */ export declare const CreateBulkPriceResponse$inboundSchema: z.ZodMiniType; export declare function createBulkPriceResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=create-bulk-price-response.d.ts.map