import * as i0 from '@angular/core'; import { OnDestroy } from '@angular/core'; import { GuardsGatherer } from '@onecx/angular-utils/guards'; declare function provideGuardsGathererMock(): (typeof GuardsGathererMock | { provide: typeof GuardsGatherer; useExisting: typeof GuardsGathererMock; })[]; declare class GuardsGathererMock implements OnDestroy { private result; ngOnDestroy(): void; setGatherResult(result: boolean): void; gather(): Promise; resolveRoute(): void; activate(): void; deactivate(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export { GuardsGathererMock, provideGuardsGathererMock };