import { RuntimeException } from './runtime.exception'; export declare class DuplicateCliProgramException extends RuntimeException { constructor(); }