import { type WorkflowEntity } from '@n8n/db'; import { WorkflowFinderService } from '../../../../workflows/workflow-finder.service'; export declare class WorkflowImportMatchService { private readonly workflowFinderService; constructor(workflowFinderService: WorkflowFinderService); findBySourceWorkflowIds(projectId: string, sourceWorkflowIds: string[]): Promise>; }