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