import * as z from "zod/v4-mini"; export type DeletePriceRequest = { endDate?: Date | undefined; }; /** @internal */ export type DeletePriceRequest$Outbound = { end_date?: string | undefined; }; /** @internal */ export declare const DeletePriceRequest$outboundSchema: z.ZodMiniType; export declare function deletePriceRequestToJSON(deletePriceRequest: DeletePriceRequest): string; //# sourceMappingURL=delete-price-request.d.ts.map