?declare module showdown { export class Converter { constructor(options?: any); public makeHtml(value: string): string; } }
info at phpclasses dot org