import { AppDB } from './types'; declare const bag: AppDB; export { bag }; export default bag;