export declare function nullish([that, fallback]: [A, B]): A | B; declare const _default: any; export default _default;