import { Hooks } from '../models/hooks'; import { Rejection } from '../types/rejection'; export declare function getRejectionHooksFromRejection(rejection: Rejection): Hooks;