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