export declare class AsyncUtils {
    static awaitIfAsync<T>(target: any): Promise<T>;
}
