import { Chain } from "@swapkit/helpers"; export declare const radixWallet: { connectRadixWallet: { connectWallet: ({ addChain }: { addChain: import("@swapkit/helpers").AddChainType; }) => (chains: Chain[]) => Promise; directSigningSupport: import("@swapkit/wallet-core").DirectSigningSupport; getExtendedPublicKey?: import("@swapkit/wallet-core").GetExtendedPublicKey; supportedChains: Chain.Radix[]; }; }; export declare const RADIX_SUPPORTED_CHAINS: Chain.Radix[]; //# sourceMappingURL=index.d.ts.map