/// import type { Application } from '../application.model'; export interface IAppRefresherProps { app: Application; } export declare const AppRefresher: ({ app }: IAppRefresherProps) => JSX.Element;