/** * Generate breadcrumb routes from pathname * Parses URL structure and creates semantic breadcrumb items * @param pathname - The current pathname * @param startSegment - The route segment where breadcrumbs should start displaying */ export declare const generateBreadcrumbRoutes: (pathname: string, startSegment: string) => any[]; //# sourceMappingURL=breadcrumbUtils.d.ts.map