/** * Generates the default UI Schema from a json schema * @param {any} editorInstance the instance of the editor * @param {any} path the path to the schema file */ export declare const generateUISchema: (editorInstance: any, path: any) => Promise;