import type { WorkflowConfig, WorkflowResumePointEntry } from '../../models/types.js'; export declare function buildDynamicParallelSelectionIdentity(workflow: WorkflowConfig, stepName: string, workflowCallPath: readonly WorkflowResumePointEntry[]): string; export declare function buildDynamicParallelSelectionIdentityFromPath(workflowReference: string, stepName: string, workflowCallPath: readonly WorkflowResumePointEntry[]): string; //# sourceMappingURL=identity.d.ts.map