import { IOptionDefinition } from "../../@types/option-types"; export declare const globalOptions: IOptionDefinition; export declare type IDoDevopsGlobalOptions = typeof globalOptions; /** * Option values derives from the global options */ export interface IGlobalOptions { quiet?: boolean; verbose?: boolean; help?: boolean; } //# sourceMappingURL=options.d.ts.map