export declare const nullishCoalesce: <U>(b: U) => <T>(a: T) => U | NonNullable<T>;
