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