declare const countLines: (text: string, newline?: string) => number; export default countLines;