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