import { NotEqualDescription } from './not-equal-description'; export declare function notEqual(left: T, right: T): NotEqualDescription;