import { Task } from '../../tasks'; export declare class Tasks { load(taskParams: Task[]): Promise; }