export declare class LoggerService { private logger; constructor(); info(message: string): void; error(message: string): void; }