export interface RunningBackup { startTime: Date; isFull: boolean; runningBackupTaskId: number; } //# sourceMappingURL=RunningBackup.d.ts.map