import type { IRunData } from '@tosspayments/n8n-workflow'; export declare function getNextExecutionIndex(runData?: IRunData): number;