import { tsMorph } from 'ts-simple-ast-extra';
export declare function getDiagnosticMessages(project: tsMorph.Project): string[];
