/** A structure describing inputs to manage migration from VPS 2020 to VPS 2025 */
export interface Put {
    /** Date of migration. Use current date to trigger migration as soon as possible. */
    date: string;
}
//# sourceMappingURL=Put.d.ts.map