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