import { Currency, CryptoCurrency, TokenCurrency } from "@ledgerhq/types-cryptoassets";
export declare function isCryptoCurrency(currency: Currency): currency is CryptoCurrency;
export declare function isTokenCurrency(currency: Currency): currency is TokenCurrency;
export declare function isUTXOCompliant(currencyFamily: string): boolean;
export type CurrencyFilters = {
    currencies?: string[];
};
export declare function getFamilyByCurrencyId(currencyId: string): CryptoCurrency["family"] | undefined;
//# sourceMappingURL=helpers.d.ts.map