export declare class Utils {
    static splitString(str: string, maxLength?: number): string[];
}
