import { Definition } from '../Definition'; export declare class Factory { create(pattern: string, tasks: any[]): Definition; }