import { type Formatter } from './../interfaces/index.js'; /** Display the value as 2 decimals formatted with dollar sign '$' at the end of of the value */ export declare const dollarFormatter: Formatter; //# sourceMappingURL=dollarFormatter.d.ts.map