export declare class Wrapper { #private; constructor(); wrap(str: string, limit: number): string[]; private wrapEscapes; private wrapWord; }