declare const StringPrototypeRepeat: (t: String, count: number) => ReturnType; export = StringPrototypeRepeat;