export declare function assertIsAsyncIterable(input: unknown, error?: string | Error): asserts input is AsyncIterable;