import { IDoDevopsCommand } from "../../../@types/index"; /** * Annouces the command being executed to the console */ export declare function commandAnnouncement(cmdDefn?: IDoDevopsCommand, subCommand?: string, isHelp?: boolean): void; //# sourceMappingURL=commandAnnouncement.d.ts.map