declare function defaults<T extends Record<string, any>>(options: T, defaultOptions: T): Required<T>;

export { defaults };
