import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { z } from 'zod'; declare const GetQualityGateSchema: z.ZodObject<{ projectKey: z.ZodString; branch: z.ZodOptional; }, "strip", z.ZodTypeAny, { projectKey: string; branch?: string | undefined; }, { projectKey: string; branch?: string | undefined; }>; export declare const getQualityGateTool: Tool; export declare function getQualityGateHandler(params: z.infer): Promise; export {}; //# sourceMappingURL=get-quality-gate.d.ts.map