import type { Wordlist } from "../lib/wordlist.js"; import type { Linker } from "./index.js"; /** Links of the form "the nth indices are..." */ export declare function indexingLinker(wordlist: Wordlist): Linker; //# sourceMappingURL=indexing.d.ts.map