import { SQLDataTypes } from '../utils/schemaDefintions'; declare const acceptedTx: (string | { txId: { type: SQLDataTypes; allowNull: boolean; primaryKey: boolean; }; timestamp: { type: SQLDataTypes; allowNull: boolean; }; data: { type: SQLDataTypes; allowNull: boolean; }; keys: { type: SQLDataTypes; allowNull: boolean; }; })[]; export default acceptedTx;