/// import Grid from './Grid'; import { IPackage } from 'ethpkg'; import { EventEmitter } from 'events'; declare type PluginMetadata = { name: string; }; export declare const createContext: (grid: Grid, insecure?: boolean) => (pluginMetadata: PluginMetadata, pluginResources: IPackage) => { process: { stderr: EventEmitter; platform: NodeJS.Platform; env: { APPDATA: string | undefined; }; }; console: Console; require: (name: string) => any; module: { exports: {}; }; }; export {}; //# sourceMappingURL=PluginContext.d.ts.map