import type { WorkflowEntity } from '@n8n/db'; export interface RequirementsExtractor { extract(workflow: WorkflowEntity): TRequirement[]; }