import type { Event } from '../schema'; export declare class SilentRenderer { render(_event: Event): void; }