import type * as Square from "../../../../../api/index"; import * as core from "../../../../../core"; import type * as serializers from "../../../../index"; import { ChangeTiming } from "../../../../types/ChangeTiming"; export declare const PauseSubscriptionRequest: core.serialization.Schema>; export declare namespace PauseSubscriptionRequest { interface Raw { pause_effective_date?: (string | null | undefined) | null; pause_cycle_duration?: ((bigint | number) | null | undefined) | null; resume_effective_date?: (string | null | undefined) | null; resume_change_timing?: ChangeTiming.Raw | null; pause_reason?: (string | null | undefined) | null; } }