import { Predicate } from "../custom-types";
export declare function not<T>(predicate: Predicate<T>): Predicate<T>;
//# sourceMappingURL=not.d.ts.map