import Installer, { VersionManifest } from "./Installer"; export default class PaperInstaller extends Installer { static versionCache: VersionManifest | null; static versionManifestURL: string; install(directory: string): Promise; static getVersions(): Promise; static getBuilds(version: string): Promise; static getFilename(version: string, build: number): Promise; static clearCache: () => null; log(text: string): void; } //# sourceMappingURL=PaperInstaller.d.ts.map