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