import { NodeOperationError } from './node-operation.error'; /** * A type of NodeOperationError caused by a configuration problem somewhere in workflow. */ export declare class WorkflowConfigurationError extends NodeOperationError { } //# sourceMappingURL=workflow-configuration.error.d.ts.map