import { Analysis } from "../model";
/** Writes the Analysis to a JSON object in a format as returned by Geneea G3 API. */
export declare function writeToJson(analysis: Analysis): any;
