/** * Formatting constants for consistent output generation * Centralizes formatting configuration across the parser */ /** * Number of spaces to use for JSON indentation * * Used by JSON.stringify() for generating human-readable JSON reports. * Set to 2 spaces to match project Prettier configuration. */ export declare const JSON_INDENT_SPACES = 2;