import { IDictionary } from "common-types"; import { DoDevopObservation } from "../../../@types/index"; /** * Returns a list of command definitions supported by `do-devops` in a finalized state. */ export declare function getAllCommands(observations?: Set, opts?: IDictionary): import("../../../@types/index").Finalized[]; //# sourceMappingURL=getAllCommands.d.ts.map