declare class MdReader {
  static read(text: string, options?: object): string
}

export = MdReader