/** A structure describing a migration plan from VPS 2020 to VPS 2025 */
export interface VPS2020to2025Plan {
    /** VPS plan code available for migration */
    planCode: string;
}
//# sourceMappingURL=VPS2020to2025Plan.d.ts.map