import { SourceIndexedCompilation } from "./source-indexed-compilation.js"; export declare class SourceCoverageValidator { static validateOrThrow(indexedCompilation: SourceIndexedCompilation, requiredSymbols: readonly { packageId: string; moduleName: string; definitionName: string; }[]): void; }