import { CallFunctionParams } from './types'; export declare const callFunction: = { [c: string]: any; }>(params: CallFunctionParams) => Promise;