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