export declare function dropRight<A>(n: number, coll: A[]): A[];
export declare function dropRight<A>(n: number): (coll: A[]) => A[];
