import { type Formatter } from './../interfaces/index.js'; /** Takes a boolean value, cast it to upperCase string and finally translates it (i18n). */ export declare const translateBooleanFormatter: Formatter; //# sourceMappingURL=translateBooleanFormatter.d.ts.map