export declare const take: (fromArray: any[], byProp: string | number | ((item: any) => boolean), cbProp?: string | number) => any[];