import type { State } from '../../types'; declare const getWordArray: (state: State) => RegExpMatchArray | never[]; export default getWordArray;