import { MatchPredicate } from './MatchPredicate'; export type MatchPredicateBuilder = (matchPredicate: MatchPredicate) => MatchPredicate;