declare type updaterReport = { name: string; success: boolean; }; export default updaterReport; //# sourceMappingURL=updaterReport.d.ts.map