import { Command } from "commander";
export declare function registerUseCommand(projectCommand: Command): void;
