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