export declare class MessageFormatter { private static delimiter; static join(lines: any[]): string; static split(value: string, limit?: number): string[]; }