export declare class UnhandledRequestError extends Error { channelId: string; constructor(channelId: string); }