import {} from 'lodash'

export class MongodbValidator {
  static validateConnectionString(connectionString: string) {
    // TODO
  }
}
