export declare function withConsoleDisabledAsync<T>(block: () => Promise<T>): Promise<T>;
