import type { Response } from "@realm/fetch"; /** @internal */ export declare function asyncIteratorFromResponse({ body }: Response): AsyncIterable;