import FetchStreamError from "./fetch-stream-error.js";
export declare class EmptyStreamTimeoutError extends FetchStreamError {
}
