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