import type { AppUpdatePlugin } from './definitions';
declare const AppUpdate: AppUpdatePlugin;
export * from './definitions';
export { AppUpdate };
