import type { BaseType } from "../Type/BaseType.js";
export declare function notNever(x: BaseType): boolean;
