import EngineError from "./engine-error.js";
export default class DownloadAlreadyStartedError extends EngineError {
    constructor();
}
