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