import { InlineNode } from "./node.js"; //#region src/inline/gfm-autolink.d.ts declare function applyGfmAutolinks(root: InlineNode): void; //#endregion export { applyGfmAutolinks };