import { FieldManagement, SourceState } from '@wix/bex-core'; /** * Builds the source-neutral FieldManagement over a source's state. add/edit/ * delete call the schema's FieldActions, then merge the returned fields into * the loaded schema so the columns update from the response (no reload). The * creatable types, permissions, and can-edit/add rules come from the source. */ export declare const schemaFieldManagement: (sourceState: SourceState) => FieldManagement; //# sourceMappingURL=schemaFieldManagement.d.ts.map