export declare function wrapToWidth(text: string, width: number, opts?: { breakLongWords?: boolean; }): string; export declare function hardWrapToWidth(text: string, width: number): string;