import { AppOptions } from './core/app'; declare const instance: (options?: AppOptions) => any; export { instance };