export type SeedPgpPlaintext = { v: 1; t: "bip39"; w: string; l: "en"; pp: 0 | 1; fpr?: string[]; }; export type ParsedSeedPgpFrame = { kind: "single"; crc16: string; b45: string; };