import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "./sdk-validation-error.js"; /** * Schedule Update Billing Period Request */ export type ScheduleUpdateBillingPeriodRequest = {}; /** * OK */ export type ScheduleUpdateBillingPeriodResponse = {}; /** @internal */ export type ScheduleUpdateBillingPeriodRequest$Outbound = {}; /** @internal */ export declare const ScheduleUpdateBillingPeriodRequest$outboundSchema: z.ZodMiniType; export declare function scheduleUpdateBillingPeriodRequestToJSON(scheduleUpdateBillingPeriodRequest: ScheduleUpdateBillingPeriodRequest): string; /** @internal */ export declare const ScheduleUpdateBillingPeriodResponse$inboundSchema: z.ZodMiniType; export declare function scheduleUpdateBillingPeriodResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=schedule-update-billing-period-op.d.ts.map