import { app, Application } from './app.js';
import { type UserConfig } from './config.js';
export { app as abi, Application as Abi, type UserConfig as AbiConfig };
declare const _app: Application;
export default _app;
