export declare function splitEvery(n: number, arr: Array): Array>; export declare function dropLastWhile(pred: (x: T) => boolean, arr: Array): Array;