export declare const exists: <T>(t: T | undefined) => t is T;
//# sourceMappingURL=exists.d.ts.map