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