declare const patchCommand: (packageName: string, configurationFile: string, versionType: string) => Promise<void>;
export default patchCommand;
