import type { FormattableData } from './table'; /** * Format structured data as JSON. * * @param data - The data to format * @param entityType - Optional entity type hint for the JSON wrapper key * @returns Formatted JSON string */ export declare function formatAsJson(data: FormattableData, entityType?: string): string; //# sourceMappingURL=json.d.ts.map