export declare const useNetwork: () => {
    blockHeight: number;
    isConnected: boolean;
    error: string | null;
};
