/** * @module helper */ /** * @hidden */ export declare function notNull(value: TValue | null): value is TValue; //# sourceMappingURL=not-null.function.d.ts.map