declare function fetchInvoke(invokeName: string, params: any, sync: boolean): Promise<any>;
export default fetchInvoke;
