export type PredicateFunction = (x: any, ..._z: any[]) => x is any;