/** * @file Enums - DependencyCommand * @module grease/enums/DependencyCommand */ /** * Shell commands used by the `depchecker` lifecycle. */ export declare enum DependencyCommand { gh = "gh" }