/** * Variable Group Service - Azure DevOps variable group operations */ import type { AzureDevOpsClient } from '../azure-devops-client.js'; export declare class VariableGroupService { private readonly client; constructor(client: AzureDevOpsClient); getVariableGroups(project: string): Promise; getVariableGroup(project: string, groupId: number): Promise; } //# sourceMappingURL=variable-group-service.d.ts.map