import ts from 'typescript';
export declare function throwOnDiagnosticErrorOrWarning(diagnostics: ReadonlyArray<ts.Diagnostic>, ignoreWarnings?: boolean, message?: string): void;
