import { ApiInterfaceRx } from '@polkadot/api/types';
import { Vec } from '@polkadot/types';
import { CurrencyId } from '@reef-defi/types/interfaces';
export declare function getAllCollateralCurrencyIds(api: ApiInterfaceRx): Vec<CurrencyId>;
