import type { Where } from './types'; export declare function setMutationsPermissions(tableName: string, permissions: Where): void; export declare function getMutationsPermissions(tableName: string): Where | undefined; export declare function getAllMutationsPermissions(): Map; //# sourceMappingURL=modelRegistry.d.ts.map