import DbState from './types/DbState';
/**
 * The global state of our DB.
 * @author Benedikt Arnarsson
 */
declare const dbState: DbState;
export default dbState;
