import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { ReportingUnit } from "./reporting-unit.js"; import { SDKValidationError } from "./sdk-validation-error.js"; export type PriceFeatureResponse = { reportingUnit?: ReportingUnit | undefined; }; /** @internal */ export declare const PriceFeatureResponse$inboundSchema: z.ZodMiniType; export declare function priceFeatureResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=price-feature-response.d.ts.map