import { SilentError } from "./errors.js"; export declare class VersionExit extends SilentError { constructor(); }