import { DigiAIXCoreAppState } from '../app-state'; import { Store } from '@ngrx/store'; import { ActivatedRouteSnapshot } from '@angular/router'; export declare class CurrentCollectionPathsService { store$: Store; private _tablesSnapshot; private _formsSnapshot; constructor(store$: Store); get(state: ActivatedRouteSnapshot): { path: string; query?: Query; }[]; }