import { type Node } from "@marko/language-tools"; export default function isDocumentLinkAttr(code: string, tag: Node.ParentTag, attr: Node.AttrNode): attr is Node.AttrNamed & { value: Node.AttrValue; };