type UseLargeMoverCurrenciesParams = { ids: string[]; counterCurrency: string; }; export declare const useLargeMoverCurrencies: ({ ids, counterCurrency, }: UseLargeMoverCurrenciesParams) => { id: string; data: import("../utils/types").MarketCurrencyData | undefined; isLoading: boolean; isError: boolean; }[]; export {}; //# sourceMappingURL=useLargeMoverCurrencies.d.ts.map