/** True when at least one own value is not `undefined`. */ export declare const hasDefinedValue: (values: Record) => boolean;