import { Chain } from "@swapkit/helpers"; import type { XamanConfig } from "./types"; export declare const xamanWallet: { connectXaman: { connectWallet: ({ addChain }: { addChain: import("@swapkit/helpers").AddChainType; }) => (chains: Chain[], xamanConfigOverwrite?: XamanConfig | undefined) => Promise; directSigningSupport: import("@swapkit/wallet-core").DirectSigningSupport; getExtendedPublicKey?: import("@swapkit/wallet-core").GetExtendedPublicKey; supportedChains: Chain.Ripple[]; }; }; export declare const XAMAN_SUPPORTED_CHAINS: Chain.Ripple[]; export type XamanSupportedChain = (typeof XAMAN_SUPPORTED_CHAINS)[number]; export type { XamanConfig, XamanPaymentParams, XamanTrustSetParams } from "./types"; //# sourceMappingURL=index.d.ts.map