import type { State } from '../types'; export declare const insertChar: (state: State, char: string) => State;