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