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