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