import { Intersect } from "../../common/types.js"; //#region src/core/to/util.d.ts declare const keys: readonly ["_id", "createdAt", "updatedAt", "lastModifiedBy", "CONTEXT", "domain", "derivedParentGroups"]; type InternalKeysOmitted = Omit, typeof keys[number]>; //#endregion export { InternalKeysOmitted }; //# sourceMappingURL=util.d.ts.map