import { default as TaskType } from './task-type'; declare const Task: { (f: (rej: Function, res: Function) => any): TaskType; of: typeof TaskType.of; rejected: typeof TaskType.rejected; }; export default Task;