2022-09-05 23:57:11 +03:00
|
|
|
import { WordlistOwl } from "./wordlist-owl.js";
|
2022-11-30 23:44:23 +03:00
|
|
|
/**
|
2022-12-03 05:27:06 +03:00
|
|
|
* The [[link-bip39-en]] for [mnemonic phrases](link-bip-39).
|
2022-11-30 23:44:23 +03:00
|
|
|
*
|
|
|
|
* @_docloc: api/wordlists
|
|
|
|
*/
|
2022-09-05 23:57:11 +03:00
|
|
|
export declare class LangEn extends WordlistOwl {
|
2022-11-30 23:44:23 +03:00
|
|
|
/**
|
|
|
|
* Creates a new instance of the English language Wordlist.
|
|
|
|
*
|
|
|
|
* This should be unnecessary most of the time as the exported
|
|
|
|
* [[langEn]] should suffice.
|
2022-12-30 19:30:03 +03:00
|
|
|
*
|
|
|
|
* @_ignore:
|
2022-11-30 23:44:23 +03:00
|
|
|
*/
|
2022-09-05 23:57:11 +03:00
|
|
|
constructor();
|
2022-11-30 23:44:23 +03:00
|
|
|
/**
|
|
|
|
* Returns a singleton instance of a ``LangEn``, creating it
|
|
|
|
* if this is the first time being called.
|
|
|
|
*/
|
|
|
|
static wordlist(): LangEn;
|
2022-09-05 23:57:11 +03:00
|
|
|
}
|
|
|
|
//# sourceMappingURL=lang-en.d.ts.map
|