import type { FdoDinero } from "@feedmepos/core/entity"; export declare function formatCurrency(value: FdoDinero, withSymbol?: boolean): string;