import type { ArtifactId, InlineConfigError } from "@nomicfoundation/edr"; export declare function formatArtifactId(artifactId: ArtifactId, sourceNameToUserSourceName: Map): string; /** * Formats the inline test configuration problems that EDR reports, one per * line, each located at the user-facing path of the source it was found in. */ export declare function formatInlineConfigErrors(errors: InlineConfigError[], sourceNameToUserSourceName: Map): string; //# sourceMappingURL=formatters.d.ts.map