import { Resource } from '../../model/note'; import type { ResolvedLink } from '../target'; import { ExportedDiagnostic } from '../types'; /** * Pipeline-level warning emission. Targets decide *how* to render an * unresolved/excluded link in their output; the pipeline decides whether * that decision is also worth surfacing to the user as a diagnostic. */ export declare const collectLinkDiagnostics: (resolved: ResolvedLink, note: Resource, sourceRoute: string) => ExportedDiagnostic | null; //# sourceMappingURL=link-diagnostics.d.ts.map