/** * @author Alex Hodson * @description an enumerator which defines the available input types */ export declare enum InputType { TEXT = 0, NUMBER = 1 }