```ts const listNamespaces = yield* kv.listNamespaces; // i expect to be able to: yield* listNamespaces.pages(..) yield* listNamespaces.items(..) ```