import type { AppLauncherPlugin } from './definitions';
declare const AppLauncher: AppLauncherPlugin;
export * from './definitions';
export { AppLauncher };
