declare const toBreadcrumb: (path: string[]) => string;
export { toBreadcrumb };
