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