/**
 * Assigns own enumerable properties of `source` onto `target` only where `target[key] === undefined`
 * (lodash `defaults` semantics).
 */
export declare function assignDefaults<T extends Record<string, unknown>>(target: T, source: Record<string, unknown>): void;
//# sourceMappingURL=object.d.ts.map