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