import { LinkAttributes } from '@uidu/adf-schema'; import { WithMark } from "../types.js"; export declare const link: (attrs: LinkAttributes) => (maybeNode: WithMark | string) => WithMark;