import type { Diagram } from '../types'; export declare const extension = ".json"; export declare function format(diagram: Diagram): string;