import type { WalletContextState } from "../contexts/wallet-context.js";
/**
 * Hook to access Solana Kit wallet utilities from context.
 * @returns Object containing signer (nullable), rpc, and rpcEndpoint
 * @throws Error if not within WalletProvider
 */
export declare function useKitWallet(): WalletContextState;
//# sourceMappingURL=use-kit-wallet.d.ts.map