export { LogLevels, LogTypes } from './constants'; export { Consola } from './consola'; export type * from './types'; export type { ConsolaInstance } from './consola'; export type { LogLevel, LogType } from './constants';