import * as types from "@/types"; export default class Updater { archiveURL: string; feedType: string; constructor(archiveURL?: string, feedType?: string); private getRawArchive; private atomGetVersionDetails; private atomGetArchive; private rssGetVersionDetails; private rssGetArchive; getArchive(): Promise; }