import { ConfigService } from '../config';
export declare class LoggerService {
    configService: ConfigService;
    log(message: string): void;
    error(message: string): void;
    logImporter(message: string): void;
}
