export interface Updater { readonly name: string; readonly description?: string; close(): void; } //# sourceMappingURL=Updater.d.ts.map