declare const methodWrapper: (method: string, ...args: any[]) => Promise<any>;
export default methodWrapper;
