import type { CurrencyType } from "../../../common/domain"; export declare function getCurrencies(): CurrencyType[];