declare const hasIncludesString: (source?: string, target?: string) => boolean; export default hasIncludesString;