import type { AsciiGrid, SerializableAsciiGrid } from '../types.js'; export declare function formatJSON(grid: AsciiGrid): SerializableAsciiGrid;