import { type WorkflowConfig, type WorkflowStep } from '../models/types.js'; export declare function findWorkflowStepLocation(config: WorkflowConfig, target: WorkflowStep): readonly PropertyKey[] | undefined; //# sourceMappingURL=workflow-step-location.d.ts.map