import type { CryptoCurrency } from "@ledgerhq/wallet-api-core/lib/currencies/types";
type UseRampCatalog = {
    isCurrencyAvailable: (currencyId: CryptoCurrency["id"] | string, mode: "onRamp" | "offRamp") => boolean;
    getSupportedCryptoCurrencyIds: (mode: "onRamp" | "offRamp") => CryptoCurrency["id"][] | null;
};
export declare function useRampCatalog(): UseRampCatalog;
export {};
//# sourceMappingURL=useRampCatalog.d.ts.map