import { LocalesValues } from "@intlayer/types/module_augmentation";
import { ANSIColorsType } from "@intlayer/config/logger";

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