export declare const countOccurrences: (arr: any[], el: any) => number;