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