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