declare function wordWrap(txt: string, width: number): string;

export = wordWrap;
