export type FiatCurrency = {
    name: string;
    code: string;
    minAmount: number;
    icon: string;
};
//# sourceMappingURL=Fiat.d.ts.map