/**
 * A set of utilities to help logging into the console,
 * as well as a mean to centralize logging in the application.
 */
export * from './impl';
export * from './model';
export declare const LOGGER_CONF: {
    separatorLength: number;
    timestampFormat: string;
};
