export declare function wrapFn(fn: any): (..._args: any[]) => Promise<any>;
export declare function wrapObj(obj: any): {};
