import type { LinkifyOptions, SchemaOpts } from 'linkify-it'; import type { MarkedExtension } from 'marked'; export default function markedLinkifyIt( options?: LinkifyOptions & { tldsKeepOld?: boolean; schemas?: Record; }, ): MarkedExtension;