import { BaseException } from "./base-exception.js"; export declare class EnvironmentSwapFileExistsException extends BaseException { constructor(); }