export declare class RejectedRequestException extends Error { readonly priority: number; readonly threshold: number; constructor(priority: number, threshold: number); }