export declare const existsAndNotNull: <T>(x: T | null | undefined) => x is T;
//# sourceMappingURL=exists-not-null.d.ts.map