import type { Mark } from '@atlaskit/editor-prosemirror/model';
export declare const toJSON: (mark: Mark) => {
    attrs: Record<string, string>;
    type: string;
};
