import * as z from "zod/v4-mini"; import { UpdatePriceRequest, UpdatePriceRequest$Outbound } from "./update-price-request.js"; export type UpdatePriceRequestRequest = { /** * Price ID */ id: string; /** * Price configuration */ body: UpdatePriceRequest; }; /** @internal */ export type UpdatePriceRequestRequest$Outbound = { id: string; body: UpdatePriceRequest$Outbound; }; /** @internal */ export declare const UpdatePriceRequestRequest$outboundSchema: z.ZodMiniType; export declare function updatePriceRequestRequestToJSON(updatePriceRequestRequest: UpdatePriceRequestRequest): string; //# sourceMappingURL=update-price-op.d.ts.map