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