declare const trackUnhandledRejection: (_: unknown, error: Error) => any; declare const enableUnhandledRejectionTracking: () => void; export { enableUnhandledRejectionTracking, trackUnhandledRejection };