type Props = { baseUrl?: string; currencyTo?: string; providers: string[]; additionalCoinsFlag?: boolean; }; export type ResponseData = { currencyGroups: Array<{ network: string; supportedCurrencies: Array; }>; }; export declare function fetchCurrencyFrom({ baseUrl, currencyTo, providers, additionalCoinsFlag, }: Props): Promise; export {}; //# sourceMappingURL=fetchCurrencyFrom.d.ts.map