declare const StringPrototypeIndexOf: (t: String, searchString: string, position?: number) => ReturnType; export = StringPrototypeIndexOf;