export declare function defaultTo<T>(def: T, x: T | undefined): T;
