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