import { Task } from '../typings/task'; declare const _default: (task: Task) => (options: T) => Promise; export default _default;