import type { SourceState } from '@wix/bex-core'; import type { EditableTableMutationHandlers } from '../state/EditableTable'; /** * Row write handlers read from the source's state — the schema-entry default, * so an editable table needs no `mutations` config. The schema loads before * any row can be added or edited. */ export declare function sourceMutations(sourceState: SourceState): EditableTableMutationHandlers; //# sourceMappingURL=sourceMutations.d.ts.map