import { type Formatter } from './../interfaces/index.js'; /** Takes a cell value and translates it (translater). Requires an instance of the Translate Service:: `translater: this.translate */ export declare const translateFormatter: Formatter; //# sourceMappingURL=translateFormatter.d.ts.map