import { v as MarkdownInlineNode } from "./ast-CNfTgS0N.cjs"; import { r as FootnoteLabelSet } from "./footnote-CKk4JbLk.cjs"; import { LinkReferenceMap } from "./inline/link.cjs"; //#region src/inline/inline.d.ts interface InlineParseOptions { readonly gfmAutolinks?: boolean; readonly gfmStrikethrough?: boolean; } declare function parseInlines(content: string, references: LinkReferenceMap, footnotes: FootnoteLabelSet, options?: InlineParseOptions): MarkdownInlineNode[]; //#endregion export { parseInlines as n, InlineParseOptions as t };