type InputHint = 'acceptingInput' | 'ignoringInput' | 'expectingInput';

export type { InputHint };
