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