/** * Server JAR Module * * Service for downloading Minecraft server JARs */ export type { IServerJarSource, ServerJarDownloadResult, ServerJarInfo, ServerJarType, } from './types.js'; export { paperSource, PaperMCSource } from './paper.js'; export { purpurSource, PurpurMCSource } from './purpur.js'; export { getAvailableServerTypes, getServerJarSource, isServerTypeSupported, } from './registry.js'; //# sourceMappingURL=index.d.ts.map