import type { LengthDistribution } from "../lib/lengthDistribution.js"; import type { Linker } from "./index.js"; /** Length-based linker. */ export declare function lengthLinker(distribution: LengthDistribution): Linker; //# sourceMappingURL=length.d.ts.map