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