import { FunctionExt } from '../function'; export declare function call(list: any[], args?: any[]): FunctionExt.AsyncBoolean;