import { PowerShellStream } from '@microsoft/windows-admin-center-sdk/core/data/powershell-stream'; import { AuthorizationService } from './authorization.service'; import { WebsocketStreamService } from './websocket-stream.service'; import * as i0 from "@angular/core"; export declare class PowerShellStreamService extends PowerShellStream { /** * Initializes a new instance of the PowerShellStreamService class. * * @param websocketStreamService the websocket stream class instance injected. * @param authorizationService the authorization manager service class instance injected. */ constructor(websocketStreamService: WebsocketStreamService, authorizationService: AuthorizationService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }