export interface IUserInputOpts { question: string; callback?: (data: any) => void; surroundWithNewLines?: boolean; }