/** Executes a task in the given scriptPath. */ export declare function task(scriptPath: string, name: string, params: any[]): Promise;