declare module "@extra-array/cut" {
import type { testFn } from "./_types";
/**
 * Breaks array when test passes.
 * @param x an array
 * @param ft test function (v, i, x)
 */
declare function cut<T>(x: T[], ft: testFn<T>): T[][];
export = cut;
//# sourceMappingURL=cut.d.ts.map}
