export interface WrapOptions { width?: number; } export declare const wordWrap: (str: string, options?: WrapOptions) => string[];