export declare function find(array: any, predicate: (item: any) => boolean): any;
export declare function findIndex(array: any, predicate: (item: any) => any): any;
export declare function merge(array: any[], options?: any): any;
