/** * @deprecated Import from "./output" instead. */ export { c, output, output as default } from "./output.js"; export type AnsiColorNames = "reset" | "dim" | "bold" | "cyan" | "green" | "yellow" | "red" | "magenta" | "blue" | "gray"; export declare function lpad(_str: string, _length: number, _padCharar?: string): string; export declare function rpad(_str: string, _length: number, _padCharar?: string): string; //# sourceMappingURL=utils.d.ts.map