export declare class ItemStreamError extends Error { readonly response: T; constructor(m: string, response: T); }