declare const StringPrototypeCharAt: (t: String, pos: number) => ReturnType; export = StringPrototypeCharAt;