import type { State } from '../types/state'; export declare function getInputTerm(state: State, currentOption?: O | null): string;