interface UnhandledRejectionErrorDetails {
    testsHint: string;
    workerPid?: number;
    error: Error;
}
export declare class UnhandledRejectionError extends Error {
    constructor(details: UnhandledRejectionErrorDetails);
}
export {};
