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