import { Currency } from '../types'; export declare function useCurrency(): Currency & { format: (amount: number) => string; };