import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "./sdk-validation-error.js"; export type PlanPriceSyncStatusResponse = { currentSequence?: number | undefined; synced?: boolean | undefined; unsyncedSubscriptionCount?: number | undefined; }; /** @internal */ export declare const PlanPriceSyncStatusResponse$inboundSchema: z.ZodMiniType; export declare function planPriceSyncStatusResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=plan-price-sync-status-response.d.ts.map