declaremodule"@extra-array/cut-at-right" {
/**
* Breaks array after given indices.
* @param x an array
* @param is split indices (sorted)
*/declarefunction cutAtRight<T>(x: T[], is: number[]): T[][];
export = cutAtRight;
//# sourceMappingURL=cutAtRight.d.ts.map}