import ajvModule from 'ajv';
export declare const editorSchemaValidator: (schema: unknown) => ajvModule.ValidateFunction<unknown>;
