import { listAthenaDevtoolsPackageVersions } from './athena-devtools-package-versions.js'; import { getAthenaDevtoolsRegistrySnapshot } from './diagnostics/registry.js'; export declare function AthenaDevtoolsDiagnosticsPanel({ pathname }: { pathname: string; }): import("react").JSX.Element; export declare function buildCurrentPageDiagnostics(input: { graph: ReturnType; packages: ReturnType; pathname: string; }): import('./diagnostics/types.js').AthenaAuthorizationSurfaceDiagnosis;