import EngineError from "./engine-error.js";
export declare class NoDownloadEngineProvidedError extends EngineError {
    constructor(error?: string);
}
