import { INodeType, INodeTypeDescription, type IPollFunctions, type INodeExecutionData } from 'n8n-workflow'; import * as loCommunity from '../LearningSuite/methods/loadOptions/community.loadOptions'; export declare class LearningSuitePollingTrigger implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { community_getAreas: typeof loCommunity.community_getAreas; }; }; poll(this: IPollFunctions): Promise; }