import { type JSONOptions } from './json.js';
/**
 * @public
 */
export declare function parse<Type>(it: AsyncIterableIterator<string>, options?: JSONOptions<Type>): AsyncIterableIterator<Type>;
/**
 * @public
 */
export declare function stringify(iterable: AsyncIterableIterator<unknown>): AsyncGenerator<string, void, unknown>;
//# sourceMappingURL=ndjson.d.ts.map