/**
 * Generator to iterate on each lines of a big string content.
 */
export declare const forEachLine: (content: string) => Generator<string, string, unknown>;
//# sourceMappingURL=for-each-line.d.ts.map