export interface DuplicateWorkflowStepName { name: string; parentName?: string; firstPath: readonly PropertyKey[]; path: readonly PropertyKey[]; } export declare function findDuplicateWorkflowStepName(steps: readonly unknown[]): DuplicateWorkflowStepName | undefined; //# sourceMappingURL=workflowStepNameValidator.d.ts.map