import { LocalesValues } from "@intlayer/types/module_augmentation"; import { ANSIColorsType } from "@intlayer/config/logger"; //#region src/utils/formatter.d.ts export declare const formatPath: (path: string | string[], color?: ANSIColorsType | false) => string; export declare const formatLocale: (locale: LocalesValues | LocalesValues[], color?: ANSIColorsType | false) => string; //#endregion //# sourceMappingURL=formatter.d.ts.map