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