import { RunErrorOptions } from "./export"; export declare class RunError extends Error { options: RunErrorOptions; constructor(message: string, options?: RunErrorOptions); }