export declare namespace Nodash {
    function take(arr: any[], count: number): any[];
}
