import type { WithMark } from '../types'; import type { TextDefinition } from '@atlaskit/adf-schema'; export declare function applyMark(mark: T & { type: string; }, maybeNode: WithMark | string): WithMark | TextDefinition;