export declare function callMethod(objects: any[], methodName: string, options?: { throwMode: 'log' | 'instantly'; }): Promise;