import { ActivatedRouteSnapshot, Resolve, RouterStateSnapshot } from '@angular/router'; import { Observable } from 'rxjs'; import { DataTypeCollection } from '../core.model'; import { ConfigService } from './config.service'; import * as i0 from "@angular/core"; export declare class OtpResolver implements Resolve { private configService; constructor(configService: ConfigService); resolve(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): DataTypeCollection | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }