declare const version: string; declare function collWhitespace(str: string, lineBreakLimit?: number): string; export { collWhitespace, version };