import type { DataSourceDiagnostic } from '@ankhorage/contracts'; export type RuntimeDiagnosticsNoticeColor = 'danger' | 'warning'; export declare function formatRuntimeDiagnostic(diagnostic: DataSourceDiagnostic): string; export declare function formatRuntimeDiagnostics(diagnostics: readonly DataSourceDiagnostic[]): string; export declare function resolveRuntimeDiagnosticsNoticeColor(diagnostics: readonly DataSourceDiagnostic[]): RuntimeDiagnosticsNoticeColor; export declare function areRuntimeDiagnosticsEqual(left: readonly DataSourceDiagnostic[], right: readonly DataSourceDiagnostic[]): boolean; //# sourceMappingURL=runtimeDiagnosticsModel.d.ts.map