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