import { editorSchema } from './editor'; import { notificationSchema } from './notification'; declare const schema: string; export { editorSchema, notificationSchema, schema };