export type { ObjectTypeConfig } from './IsObjectFactory.ts'; export type { JsonArray, JsonObject, JsonValue, } from './JsonObject.ts'; export type { OmitByPredicate } from './omitBy.ts'; export type * from './OmitStartsWith.ts'; export type * from './Optional.ts'; export type * from './Override.ts'; export type * from './PartialRecord.ts'; export type * from './PickStartsWith.ts'; export type * from './Simplify.ts'; export type * from './StringKeyObject.ts'; export type { Validator } from './Validator.ts'; export type * from './WithAdditional.ts'; export type * from '@xylabs/object-model/model'; //# sourceMappingURL=model.d.ts.map