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