import { PerFileCounter } from "../PerFileCounter.js"; import { HtmlRR0Context } from "../RR0Context.js"; /** * Count sources per file. */ export declare class SourceFileCounter extends PerFileCounter { get value(): string; }