import { app } from './App.js'; export type * from './types/AppConfigs'; export type * from './types/AppOptions'; export { app }; export default app;