import { Infos } from './attached/Infos';
/** A backup attached to your VPS */
export interface Attached {
    /** A structure describing a backup's access informations */
    access: Infos;
    /**  */
    restorePoint: string;
}
//# sourceMappingURL=Attached.d.ts.map