import { Command } from "commander";
export declare function registerDeleteCommand(computeCommand: Command): void;
