export declare function splitWithLimit(str: string, delim: string, count: number): string[];
