export declare function invokeAsync(fn: (cb: (err?: Error | undefined | null, res?: U) => void) => void): Promise;