import type { ArtifactId } from "@nomicfoundation/edr";
export declare function formatArtifactId(artifactId: ArtifactId, sourceNameToUserSourceName: Map<string, string>): string;
//# sourceMappingURL=formatters.d.ts.map