export enum InputAddressCommandsStringEnum { CONFIRM = 'confirm', CANCEL = 'cancel', ENTER = 'Enter', ESCAPE = 'Escape', }