import { EngineConfig, SchemaEffect } from '../types';
import { RJSFSchema } from '@rjsf/utils';

export declare const schemaEngineConfig: EngineConfig<SchemaEffect[], RJSFSchema>;
