export type TFormatterFn<T> = ({ value, formatted, }: {
    value: T;
    formatted: string;
}) => string;
//# sourceMappingURL=types.d.ts.map