declare enum SecretType { FamilySeed = 0, Hex = 1, Mnemonic = 2 } export default SecretType; //# sourceMappingURL=SecretType.d.ts.map