export declare const CliCommands: {
    readonly CONFIG: "config";
    readonly LIST_TESTS: "list-tests";
    readonly LIST_BROWSERS: "list-browsers";
    readonly INSTALL_DEPS: "install-deps";
    readonly SELECTIVITY_MERGE_DUMPS: "selectivity-merge-dumps";
};
