import type { Fn2 } from "@thi.ng/api";
import type { ReadonlyVec } from "@thi.ng/vectors";
/** @internal */
export declare const filterSamples: (pred: Fn2<ReadonlyVec, number, boolean>, img: Iterable<ReadonlyVec>) => ReadonlyVec[];
//# sourceMappingURL=utils.d.ts.map