import type { INodeExecutionData, IPollFunctions } from 'n8n-workflow'; export declare function getPollResponse(this: IPollFunctions, pollStartDate: string, pollEndDate: string): Promise; //# sourceMappingURL=GenericFunctions.d.ts.map