import type { AppPlugin } from './definitions'; declare const App: AppPlugin; export * from './definitions'; export { App };