ForkableAsyncIterableIteratorShape: InterfaceGuard<{
    [asyncIterator]: MethodGuard;
    fork: MethodGuard;
    next: MethodGuard;
}> = ...