import { type ITriggerFunctions, type INodeType, type INodeTypeDescription, type ITriggerResponse } from 'n8n-workflow'; export declare class LocalFileTrigger implements INodeType { description: INodeTypeDescription; trigger(this: ITriggerFunctions): Promise; } //# sourceMappingURL=LocalFileTrigger.node.d.ts.map