import { Observable } from 'rxjs'; export declare class NetworkService { get isOnline(): Observable; } //# sourceMappingURL=network.service.d.ts.map