import { ILyraBridgeContext } from '../registry'; import { ILyraJSAPIContextBrowser, ILyraProcedureContextBrowser } from './browser'; import { ILyraJSAPIContextElectron, ILyraProcedureContextElectron } from './electron'; import { ILyraJSAPIContextNode, ILyraProcedureContextNode } from './node'; import { ELyraServicePlatform } from './platform'; import { InferProcedureOptions, InferProcedureResponse, ILyraRuntimeProcedureType } from './procedure-type'; export { ILyraRuntimeProcedureTypeMap } from './procedure-type'; export interface ILyraJSAPIContextBase
{
getBridgeContext(): ILyraBridgeContext;
getProcedure = Omit = ILyraJSAPIContextMap[P];
export declare type ILyraProcedureContext = ILyraProcedureContextMap[P];
//# sourceMappingURL=context.d.ts.map