import { ConnectionManager } from '@microsoft/windows-admin-center-sdk/core/security/connection-manager';
import { GatewayService } from './gateway.service';
import { RpcService } from './rpc.service';
import * as i0 from "@angular/core";
export declare class ConnectionService extends ConnectionManager {
    constructor(rpc: RpcService, gatewayService: GatewayService);
    static ɵfac: i0.ɵɵFactoryDeclaration<ConnectionService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ConnectionService>;
}
