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