export interface MochaConfig {
    require?: string | string[];
    spec?: string | string[];
}
