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