import { Predicate } from '../core'; export declare function negate>(p: T): T; export declare function union>(p: T, ...rest: T[]): T;