import { Logger } from "../common/logging";
/**
 * Logger responsible for capturing log messages.
 */
export declare const logger: Logger;
