/**
 * Fetches Swapped supported countries and maps the user's country (alpha2)
 * to get the currency code.
 */
export declare const useSwappedDefaultCurrency: () => import("@tanstack/react-query").UseQueryResult<string, Error>;
