import type { SqlEditorDiagnostic } from './ui/shared.js'; export declare function toSqlEditorDiagnostic(sql: string, error: unknown): SqlEditorDiagnostic; export declare function isInternalUnsupportedSqlAnalysisError(error: unknown): boolean;