import { Dependencies } from "../dependencies";
import { Command } from "./command";
export declare function createReleaseCommand(deps: Dependencies): Command<void>;
