import type { Wordlist } from "../lib/wordlist.js"; import type { Linker } from "./index.js"; /** Other links. */ export declare function otherLinker(wordlist: Wordlist): Linker; //# sourceMappingURL=other.d.ts.map