import { RootState } from '@/state/store';
export declare const useBridgeState: () => RootState["bridge"];
