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