UNPKG

@n8n/n8n-nodes-langchain

Version:
8 lines (7 loc) 328 B
import { type INodeType, type INodeTypeDescription, type ISupplyDataFunctions, type SupplyData } from 'n8n-workflow'; import 'mammoth'; import 'epub2'; export declare class DocumentBinaryInputLoader implements INodeType { description: INodeTypeDescription; supplyData(this: ISupplyDataFunctions): Promise<SupplyData>; }