export declare class StringHelper { splitStringIfLengthExceeds(text: string, maxLength: number): string[]; splitSpacesWithQuotes(input: string): string[]; }