interface Array { filter(predicate: BooleanConstructor): Exclude[]; }