export declare function wrapPromise<T>(fn: Function, ...args: any[]): Promise<T>;
