export interface ISetInputHandlerOptions {
    resetToDefaultInput?: boolean;
}
