export declare const isNullish: (value: null | undefined | any) => value is null | undefined; //# sourceMappingURL=isNullish.d.ts.map