import { ActiveConnection } from '@microsoft/windows-admin-center-sdk/core/security/active-connection'; import { CimService } from './cim.service'; import { ConnectionService } from './connection.service'; import { FileTransferService } from './file-transfer.service'; import { PowerShellService } from './powershell.service'; import * as i0 from "@angular/core"; export declare class ActiveConnectionService extends ActiveConnection { /** * Initializes a new instance of the ActiveConnectionService class. * * @param connectionService the connection service. */ constructor(connectionService: ConnectionService, cimService: CimService, powerShellService: PowerShellService, fileTransferService: FileTransferService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }