export type BanxaFiatType = 'USD' | 'EUR'; export declare function banxaIsFiatType(value: any): value is BanxaFiatType; //# sourceMappingURL=fiat-types.d.ts.map