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