import { Base, Type } from "./type"; import { Task } from "./Task"; import { Task$1 } from "./Task$1"; /** * @hidden */ export declare class TaskFactory extends Base { static $t: Type; c(a: Task[], b: (arg1: Task[]) => void): Task; d($tResult: Type, a: Task[], b: (arg1: Task[]) => TResult): Task$1; e($tAntecedentResult: Type, $tResult: Type, a: Task$1[], b: (arg1: Task$1[]) => TResult): Task$1; private a; private b; }