export declare function countWords(str: string): number; export declare function countLines(str: string): number;