export declare const isNullish: <T>(o: T | undefined | null) => o is undefined | null;
//# sourceMappingURL=is-nullish.function.d.ts.map