declare const StringPrototypeSplit: (t: String, splitter: { [Symbol.split](string: string, limit?: number): string[]; }, limit?: number) => ReturnType; export = StringPrototypeSplit;