interface A1 { @@iterator(): Iterator; } interface A2 { @@asyncIterator(): Iterator; }