declare const StringPrototypeConcat: (t: String, ...a: Parameters) => ReturnType; export = StringPrototypeConcat;