import { HtmlRR0Context } from "../../RR0Context.js";
export declare class WitnessReplacer {
    protected now: Date;
    private max;
    /**
     *
     * @param context
     * @param witnessName The actual name of the witness (even if to be anonymized)
     * @param witnessId The unique id (a number typically) to identify the witness in this case.
     */
    replacement(context: HtmlRR0Context, witnessName: string, witnessId?: string): HTMLElement;
}
