export declare const versions: {
    graalvm: {
        jdkTag: string;
        jdkVersion: string;
        js: string;
    };
    java: {
        compilerRelease: string;
    };
    gatling: {
        core: string;
        enterprisePluginCommons: string;
        jsAdapter: string;
        grpc: string;
        mqtt: string;
    };
    protobuf: {
        protoc: string;
    };
};
