import type { ReadonlyVec } from "@thi.ng/vectors"; import type { IDistance, Metric } from "./api.js"; export declare class Squared implements IDistance { readonly metric: Metric; constructor(metric: Metric); to(x: number): number; from(x: number): number; } export declare const DIST_SQ: Squared; export declare const DIST_SQ1: Squared; export declare const DIST_SQ2: Squared; export declare const DIST_SQ3: Squared; //# sourceMappingURL=squared.d.ts.map