import { DoDevopObservation, ICommandDescription } from "../../../@types/index"; /** * Produces an array of `ICommandDescription` elements for * all of the top level commands in `do-devops` */ export declare function globalCommandDescriptions(observations: Set): ICommandDescription[]; //# sourceMappingURL=globalCommandDescriptions.d.ts.map