export declare class StreamBoxError extends Error { name: string; message: string; constructor(message: string); }