declare function tokenizeWithNewLines(str: string): string[];
export { tokenizeWithNewLines };
