declare enum StringType { XummPayloadReference = 0, XummPairingToken = 1, XummTranslation = 2, XrplTransactionHash = 3, XrplDestination = 4, XrplDestinationTag = 5, XrplSignedTransaction = 6, XrplTransactionTemplate = 7, XrplSecret = 8, IlpStreamInstruction = 9, PayId = 10, XrplAltFamilySeedAlphabet = 11, XummFeature = 12, XummXapp = 13, Invalid = 14 } export default StringType; //# sourceMappingURL=StringType.d.ts.map