import { FrameConnection } from '@microsoft/windows-admin-center-sdk/core/frame/frame-connection'; import { RpcService } from './rpc.service'; import * as i0 from "@angular/core"; export declare class FrameService extends FrameConnection { /** * Initializes a new instance of the FrameService class. * * @param rpcService the RpcService class instance injected. */ constructor(rpc: RpcService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }