import { IChildLogger } from '@vscode-logging/types'; /** * Empty Implementation of the Logger in case none is provided via Dependency Injection. * An alternative implementation could log to the console or provide another (real) implementation. * * @type {IChildLogger} */ export declare const noopLogger: IChildLogger;