import { WalletContextType } from '../context/WalletContext';
export declare const usePushWalletContext: (uid?: string) => WalletContextType;
