import type { TODO_any } from '../../utils/organization/TODO_any';
import type { FormatParser } from '../_common/FormatParser';
/**
 * Definition for JSON format
 *
 * @private still in development [🏢]
 */
export declare const JsonFormatParser: FormatParser<string, string, TODO_any, TODO_any>;
