export declare enum Status { ERROR = "error", STREAMING = "streaming", COMPLETE = "complete" }