2022-09-05 16:57:11 -04:00
|
|
|
import { WordlistOwl } from "./wordlist-owl.js";
|
2022-11-30 15:44:23 -05:00
|
|
|
/**
|
2022-12-02 21:27:06 -05:00
|
|
|
* The [[link-bip39-cz]] for [mnemonic phrases](link-bip-39).
|
2022-11-30 15:44:23 -05:00
|
|
|
*
|
|
|
|
* @_docloc: api/wordlists
|
|
|
|
*/
|
2022-09-05 16:57:11 -04:00
|
|
|
export declare class LangCz extends WordlistOwl {
|
2022-11-30 15:44:23 -05:00
|
|
|
/**
|
|
|
|
* Creates a new instance of the Czech language Wordlist.
|
|
|
|
*
|
2022-12-02 21:27:06 -05:00
|
|
|
* Using the constructor should be unnecessary, instead use the
|
|
|
|
* [[wordlist]] singleton method.
|
2022-12-30 11:30:03 -05:00
|
|
|
*
|
|
|
|
* @_ignore:
|
2022-11-30 15:44:23 -05:00
|
|
|
*/
|
2022-09-05 16:57:11 -04:00
|
|
|
constructor();
|
2022-11-30 15:44:23 -05:00
|
|
|
/**
|
|
|
|
* Returns a singleton instance of a ``LangCz``, creating it
|
|
|
|
* if this is the first time being called.
|
|
|
|
*/
|
|
|
|
static wordlist(): LangCz;
|
2022-09-05 16:57:11 -04:00
|
|
|
}
|
|
|
|
//# sourceMappingURL=lang-cz.d.ts.map
|