import type { LexicalNodeSchema } from '../schemas/lexicalJsonSchema.js';
export declare function isObjectSchema(schema: unknown): schema is LexicalNodeSchema;
