/** returns the first value that is neither null nor undefined */ export declare function firstDefined(...values: T[]): T;