export declare class ExceptionsZone { private static readonly exceptionHandler; static run(zone: () => Promise): Promise; }