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