import { Type } from './Type'; import { Instance } from './Instance'; import { NodeREDOptions } from './NodeREDOptions'; import { NodeREDExecutionOptions } from './NodeREDExecutionOptions'; export declare class NodeREDInstance extends Instance { type: Type; namespace: string; nodeREDOptions: NodeREDOptions; executionOptions: NodeREDExecutionOptions; }