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