import type { AppServices } from "../bootstrap/composition-root.js"; export declare function maybeShowUpdateToast(services: AppServices, isCancelled?: () => boolean): Promise;