import { Chalk, ColorSupport } from "chalk";
import { LogType } from "./types";
export declare const Chalks: Record<LogType, Chalk & {
    supportsColor: ColorSupport;
}>;
//# sourceMappingURL=chalks.d.ts.map