import { ILyraJSAPIContextBase } from '../context'; import { ELyraServicePlatform } from '../platform'; import { ILyraWindowManager, ILyraWindowOps } from './window'; export interface ILyraJSAPIContextBrowser extends ILyraJSAPIContextBase { getWindowMgr(windowOps?: ILyraWindowOps): ILyraWindowManager; } export declare type ILyraProcedureContextBrowser = Omit; //# sourceMappingURL=context.d.ts.map