import { AnalysisModel } from '.';
export declare function stringifyAnalysis(analysis: AnalysisModel): string;
