export declare const overrideIfNotDefined: <T>(blueprint: T, obj: Partial<T>) => T;
