import { ILogger } from './logger.interface'; export declare function Logger(service: string): ILogger;