import { Collection, Iteratee, KeyInx, FalseType } from '../type'; export declare const __copy: any; export declare const __clone: any; export declare function __remove(collection: Collection, iteratee: Iteratee | KeyInx): any; export declare function __length(collection: Collection): any; declare function __compact(collection: Collection): any; declare function __compact(collection: Collection, type: FalseType): any; declare function __compact(isDeep: boolean, collection: Collection, type: FalseType): any; export { __compact };