export interface OptionsBase {
    /** Switch on/off the verbose mode */
    verbose: boolean;
}
