/** * The function that does the same job as `NgZone.runOutsideAngular`. */ export declare function runOutsideAngular(callback: () => T): T;