export declare const isNotUndefined: (_: T | undefined) => _ is T; export declare const isUndefined: (_: T | undefined) => _ is undefined; //# sourceMappingURL=guards.d.ts.map