import type { ApiReferenceConfigurationRaw } from '@scalar/types/api-reference'; import type { TraverseSpecOptions } from '../navigation/types.js'; export type NavigationOptions = Partial> | undefined; /** * Returns options for traversing an OpenAPI document, allowing customization of * how IDs and slugs are generated for tags, headings, models, operations, and webhooks. * The returned options can be influenced by the provided DocumentConfiguration */ export declare const getNavigationOptions: (documentName: string, options?: NavigationOptions) => TraverseSpecOptions; //# sourceMappingURL=get-navigation-options.d.ts.map