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