import type { Diagnostic } from './diagnostic';
/** Returns a new array of diagnostics that excludes warnings from node_modules */
export declare function filterExternalLibraryWarnings(diagnostics: Diagnostic[]): Diagnostic[];
