export declare function stringToIterable(content: string): AsyncGenerator; export declare function iterableToString(it: AsyncIterable, encoding?: string): Promise;