export interface Zone { run(fn: () => any): any; runOutsideAngular(fn: () => any): any; }