import type { Formatter } from './types'; /** * Elastic Common Schema formatter for the Elastic/ELK stack. * Emits stdout JSON shaped for Filebeat / Elastic Agent ingestion, using * flat dotted keys (Elastic expands them into nested objects on ingest). */ export declare const ElasticCommonSchema: Formatter;