/** * BIP-39 English wordlist (2048 words), vendored — not an npm dependency, in * keeping with sigil's supply-chain posture. Used only by the output redactor * to checksum-validate candidate seed phrases before redacting them. * * Provenance: bitcoin/bips bip-0039/english.txt * sha256 = 2f5eed53a4727b4bf8880d8f3f199efc90e58503646d9ff8eff3a2ed3b24dbda * The accompanying test re-asserts this hash AND the official BIP-39 test * vectors, so correctness rests on those checks, not on the vendoring step. */ export declare const BIP39_WORDLIST: readonly string[]; //# sourceMappingURL=bip39-wordlist.d.ts.map