import joi from 'joi'; export declare const BaseTransactionSchema: joi.ObjectSchema; export declare const TransferTransactionSchema: joi.ObjectSchema; export declare const KeyRegTxnSchema: joi.ObjectSchema; export declare const AssetTransferTxnSchema: joi.ObjectSchema; export declare const AssetToggleTxnSchema: joi.ObjectSchema; //# sourceMappingURL=txnSchema.d.ts.map