import type { WorkflowConfig, WorkflowResumePointEntry } from '../models/types.js'; export declare function buildScopedStepIterationIdentity(stepName: string, ancestorStepNames: readonly string[]): string; export declare function buildWorkflowStackStepIterationIdentity(workflow: WorkflowConfig, stepName: string, stack: readonly WorkflowResumePointEntry[]): string; //# sourceMappingURL=step-iteration-identity.d.ts.map