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