/** vps.automatedBackup.detachBackup.post */
export interface Post {
    /** restorePoint fetched in /vps/{serviceName}/automatedBackup/attachedBackup */
    restorePoint: string;
}
//# sourceMappingURL=Post.d.ts.map