import { marked } from 'marked'; export declare const getMarked: (options: marked.MarkedOptions, extensions: marked.MarkedExtension[]) => typeof marked;