export declare function enableExceptions(handler?: (err: any) => void): () => void; export default enableExceptions;