import { ExecTaskOptions } from './execTask.types'; export declare function execTask(name: string, options?: ExecTaskOptions): Promise;