export declare class StreamingChainError extends Error { readonly name: string; constructor(m: string, name: string); }