export declare abstract class UpdaterService { abstract check(): Promise; abstract update(): Promise; }