import { NavigationEntry } from '@mintlify/models';
export declare function flattenNavigationVersions(nav: NavigationEntry[]): string[];
