import type { ColorFunction, ConsoleStyler } from "./types.js"; export declare const red: ColorFunction; export declare const green: ColorFunction; export declare const yellow: ColorFunction; export declare const blue: ColorFunction; export declare const cyan: ColorFunction; export declare const magenta: ColorFunction; export declare const white: ColorFunction; export declare const gray: ColorFunction; export declare const bold: ColorFunction; export declare const dim: ColorFunction; export declare const italic: ColorFunction; export declare const underline: ColorFunction; export declare const strikethrough: ColorFunction; export declare const reset: ColorFunction; export declare const colors: ConsoleStyler; //# sourceMappingURL=deno.d.ts.map