import "d3-array";
declare module "d3-array" {
export function cumsum(arg0: any[], arg1?: (any) => number): Float64Array;
}