import type { MutationTestingReportMapper } from '@stryker-mutator/dashboard-data-access'; import type { Shield } from './Shield.js'; export declare class ShieldMapper { #private; constructor(reportMapper: MutationTestingReportMapper); shieldFor(projectName: string, version: string, moduleName?: string): Promise; } //# sourceMappingURL=ShieldMapper.d.ts.map