import type { HostSwitchConfig, IFileSystem } from '../interfaces';
export declare class BackupManager {
    private fileSystem;
    private config;
    constructor(fileSystem: IFileSystem, config: HostSwitchConfig);
    backupHosts(): string | undefined;
}
//# sourceMappingURL=BackupManager.d.ts.map