export declare const isNotUndefined: <T>(item?: T) => item is T;
//# sourceMappingURL=isNotUndefined.d.ts.map