import type { ExternalTypes } from '../../typing'; export declare const makeCurrencyLegacy: (price: number | string | undefined, currencyCode: string) => ExternalTypes.CurrencyValue | undefined;