import { ActivatedRouteSnapshot } from '@angular/router';
import { Observable } from 'rxjs';
import { NavigationService } from './navigation.service';
import { ChannelItem } from '../interfaces/public-api';
import * as i0 from "@angular/core";
export declare class ChannelResolver {
    private navigationService;
    constructor(navigationService: NavigationService);
    resolve(route: ActivatedRouteSnapshot): Observable<ChannelItem> | Promise<ChannelItem> | ChannelItem;
    static ɵfac: i0.ɵɵFactoryDeclaration<ChannelResolver, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ChannelResolver>;
}
//# sourceMappingURL=channel.resolver.d.ts.map