export declare function isExist<T>(x: T): x is NonNullable<T>;
