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