import { NodeEditor } from 'rete'; import { BaseAreaPlugin } from 'rete-area-plugin'; import { Item } from '../../types'; import { BSchemes, ItemDefinition } from './types'; export declare function createItem([label, factory]: ItemDefinition, key: string | number, context: { editor: NodeEditor; area: BaseAreaPlugin; }): Item; //# sourceMappingURL=factory.d.ts.map