import { IDoDevopsCommand } from "../../../@types/index"; /** * Pull off a specific _command's_ definition from a * subdirectory of `src/commands`. */ export declare function getCommand(cmd: string): IDoDevopsCommand; //# sourceMappingURL=getCommand.d.ts.map