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