import { NgZone } from '@angular/core';
export declare function isNgZone(zone: unknown): zone is NgZone;
