import type { Schema } from '@atlaskit/editor-prosemirror/model';
export declare function isSchemaWithLinks(schema: Schema): boolean;
