import type { Breadcrumb } from '../types.js'; export declare class BreadcrumbCollector { private breadcrumbs; private active; private unsubscribeErrors; private boundClickHandler; private boundChangeHandler; private unsubscribeNavigation; private lastUrl; constructor(); start(): void; stop(): void; getBreadcrumbs(): Breadcrumb[]; private add; private handleClick; private handleChange; private recordError; private handleNavigation; } //# sourceMappingURL=breadcrumbs.d.ts.map