import { Logger } from "tslog";
/**
 *  'Log4TS' class helper
 *
 *  Handles logging activities by using 'tslog' library
 *
 *  TODO : Ask 'ConfigReader' to provide the logfile location, name, size ?
 *  TODO : Read log file name + path from property file instead
 */
export declare class Log4TS {
    private static readonly LOGFILE_PATH_VALUE;
    private static readonly LOGFILE_NAME_VALUE;
    log: Logger<unknown>;
    /**
     * Constructor
     */
    constructor();
    /**
     * Initialization
     */
    private init;
}
//# sourceMappingURL=Log4TS.d.ts.map