export declare class Helper {
    static splitByLength(str: string, len: number): string[];
}
