/** Removes all whitespace at the end of each line in the given multi-line string */ export declare function trimAllLineEnds(text: string): string; //# sourceMappingURL=trim-all-line-ends.d.ts.map