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