import { Logger } from './Logger'; export declare class LoggerFactory { static getLogger(tag: string): Logger; }