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