import { ErasedNavSection } from './Navigation'; /** * Section descriptors that are identical for every spec, shared by the * AsyncAPI and OpenAPI navigation adapters. Call these inside the adapter's * `sections` memo, they build a fresh descriptor per call. */ /** One tick that jumps to the top of the Info panel. */ export declare function infoNavSection(hasInfo: boolean): ErasedNavSection; /** A plain name list targeting the `schema-${name}` anchors both specs render. */ export declare function schemasNavSection(schemas: Record): ErasedNavSection;