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