5 lines
249 B
TypeScript
5 lines
249 B
TypeScript
import type { Wordlist } from "./wordlist.js";
|
|
export declare function attachEthers(ethers: any): void;
|
|
export declare function getEthers(): any;
|
|
export declare const wordlists: Record<string, Wordlist>;
|
|
//# sourceMappingURL=wordlists-extra.d.ts.map
|