import type { JavaArtifactType } from '../types.js';
export declare const javaScopeToGradleScope: (artifactType: JavaArtifactType) => string;
