import type { Command } from "commander";
export declare function configureProjectsListCommand(program: Command): Command;
