import type * as Square from "../../../../../api/index"; import * as core from "../../../../../core"; import type * as serializers from "../../../../index"; import { PhaseInput } from "../../../../types/PhaseInput"; export declare const SwapPlanRequest: core.serialization.Schema>; export declare namespace SwapPlanRequest { interface Raw { new_plan_variation_id?: (string | null | undefined) | null; phases?: (PhaseInput.Raw[] | null | undefined) | null; } }