import { chalk } from "meow-helper"; export declare function log(scope: string, type: "info" | "warning" | "error" | "success", message: string): void; export declare function formatPath(left: string, right?: string): string; export declare function list(entries: string[] | Set, symbol?: string, colorName?: keyof typeof chalk): string; //# sourceMappingURL=log.d.ts.map