declare const indexedDB: {
  cmp: Function;
  deleteDatabase: Function;
  open: Function;
};
export = indexedDB;
