declare function isNull(value: any): boolean; declare function intersection(arr1: T[], arr2: T[]): T[]; export { isNull, intersection };