export declare let globalErrors: {}[];
/**
 * Hook the environment to pick up on global errors.
 */
export declare function listenForErrors(): void;
