import type { MarkdownConfigShallowType } from "../library"; export declare function markdown(mdInput: string, config?: MarkdownConfigShallowType): string;