/**
 * Created by user on 2020/7/1.
 */
export declare function notNum<T>(val: T): val is Exclude<T, number>;
