import * as markedOrig from 'marked'; export declare function marked(src: string, options?: markedOrig.MarkedOptions): Promise;