/** * Format a full document path as a breadcrumb trail. * Shows parent folders only (excludes the last segment / filename). * * @example * formatRelativePath('openframe-oss-tenant/architecture/api-controllers.md') * // → 'Openframe oss tenant / Architecture' */ export declare function formatRelativePath(fullPath: string): string; //# sourceMappingURL=format-relative-path.d.ts.map