declare function endsWith(arr: string, e: string): boolean; declare function endsWith(arr: T[], e: T): boolean; export default endsWith;