import { ColumnValue } from 'tedious'; declare type DbRow = ColumnValue[]; interface Dictionary { [key: string]: any; } export { DbRow, Dictionary };