export declare class LoggerService { private prefix; log(input: string): void; setPrefix(_prefix: string): void; }