/** * @fileoverview BIP39 Czech Wordlist. * Sourced from: https://github.com/bitcoin/bips/blob/master/bip-0039/czech.txt * @module */ /** Czech Wordlist. */ export declare const czech: string[]; //# sourceMappingURL=czech.d.ts.map