import { SQLDataTypes } from '../utils/schemaDefintions'; declare const network: (string | { cycleNumber: { type: SQLDataTypes; allowNull: boolean; unique: string; }; hash: { type: SQLDataTypes; allowNull: boolean; }; })[]; export default network;