import { ITaskResponse } from '../interfaces'; export declare const execFunction: (f: Function, ...args: any) => Promise;