/** * Remove trailing new lines '\n' or '\r' if any */ export declare function stripOffNewlines(s: string): string; //# sourceMappingURL=stripOffNewlines.d.ts.map