import { BaseRuntime } from "../../facts";
export declare function parseJavaRuntimeRelease(content: string): BaseRuntime | null;
