import type { FieldsSource } from '@wix/bex-core'; import type { SchemaState } from './SchemaState'; /** * Exposes SchemaState as a source-neutral FieldsSource. Reads through to the * loaded schema so MobX reactivity flows. A flat schema has no groups or * archiving, so those members are omitted. */ export declare const schemaFieldsSource: (s: SchemaState) => FieldsSource; //# sourceMappingURL=schemaFieldsSource.d.ts.map