export declare function rightSplit(string: string, sep: string, limit: number): string[];