import { DoDevopObservation, IDoDevopsCommand } from "../../@types/index"; /** * Provide help on **do-devops**, either in a global sense or for a * particular function. */ export declare function help(observations: Set, cmdDefn?: IDoDevopsCommand): void; //# sourceMappingURL=help.d.ts.map