/** * Logger for the Shared Components module. */ export declare class LoggerProvider { /** * Gets the logger instance for the Shared Components module. * * @returns LoggerService instance for the Shared Components module */ static get logger(): import("@ontotext/workbench-api").LoggerService; }