export declare class StringUtils { static Split2(urlStr: string, char?: string): string[]; }