import { Processor } from '../Processor'; import { BaseInterface as TaskBaseInterface } from '../Task/BaseInterface'; export declare class Factory { create(tasks: TaskBaseInterface[]): Processor; }