import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
export declare const toJSON: (node: PMNode) => {
    attrs: any;
};
