import type { State } from '../../types'; declare const isH2: (state: State) => boolean; export default isH2;