import { NodeConnection } from '@microsoft/windows-admin-center-sdk/core/data/node-connection';
import { AuthorizationService } from './authorization.service';
import { GatewayService } from './gateway.service';
import * as i0 from "@angular/core";
export declare class NodeService extends NodeConnection {
    /**
     * Initializes a new instance of the NodeService class.
     *
     * @param gatewayService the gateway service.
     * @param authorizationService the authorization service.
     */
    constructor(gatewayService: GatewayService, authorizationService: AuthorizationService);
    static ɵfac: i0.ɵɵFactoryDeclaration<NodeService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<NodeService>;
}
