import type {ObjectBooleanize, ObjectPartial} from '@gecut/types';
export default function objectPartial<T extends Record<string, unknown>, K extends ObjectBooleanize<T, true>>(
  _object: T,
  options: K,
): ObjectPartial<T, K>;
//# sourceMappingURL=object-partial.d.ts.map
