I have two predicates
interface Foo {} interface Bar {} declare const isFoo: (a:unknown):a is Foo declare const isBar: