import type { CurrencyValue } from '../models'; export declare const mockCurrencyValue: (currencyValue?: Partial) => CurrencyValue;