import { MikroConfig } from './MikroConfig';
export * from './MikroConfig';
declare const config: MikroConfig;
export default config;
