export { KufaConsole } from "./lib/Console"; import * as ColorFormatter from "./controllers/default/colors"; import * as ChalkFormatter from "./controllers/default/chalk"; declare const formatters: { colors: typeof ColorFormatter; chalk: typeof ChalkFormatter; }; export { formatters };