import { DenomData, DenomTraceData } from "@leapwallet/embedded-wallet-sdk-core"; import { SWRConfiguration } from "swr"; export declare const useDenoms: (options?: SWRConfiguration) => import("swr/_internal").SWRResponse, any, Partial, any, import("swr/_internal").BareFetcher>>> | undefined>; export declare const useDenomTrace: (options?: SWRConfiguration) => import("swr/_internal").SWRResponse, any, Partial, any, import("swr/_internal").BareFetcher>>> | undefined>; export declare const Denoms: (options?: SWRConfiguration) => import("swr/_internal").SWRResponse, any, Partial, any, import("swr/_internal").BareFetcher>>> | undefined>;