/** * @module helper */ /** * @hidden */ export declare function notNull(value: TValue | null): value is TValue;