/** * @description 用于类型检测, 判断一个类型是否是 false 类型 * @example * assertType() */ export declare const assertNotType: () => void;