declare const asyncCall: (func: any, ...args: any[]) => Promise; export default asyncCall;