/** A structure describing inputs to migrate from VPS 2020 to VPS 2025 */
export interface Post {
    /** VPS target plan code */
    plan: string;
}
//# sourceMappingURL=Post.d.ts.map