export declare class CLI {
    static run(argv: string[]): void;
}
