import { type CheckResultFailure, type CheckResultSuccess, type InstallResultFailure, type InstallResultSuccess, type InstallerType } from "src/types"; export declare function getAddonInfo(type: string, identifier: string, id?: string): Promise; export declare function installAddon(type: InstallerType | "replugged", path: string, url: string, update: boolean, version?: string): Promise; export declare function getRepluggedVersion(): string;