import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { z } from 'zod'; declare const GetSecurityVulnerabilitiesSchema: z.ZodObject<{ projectKey: z.ZodString; branch: z.ZodOptional; severities: z.ZodOptional; statuses: z.ZodOptional; assigned: z.ZodOptional; limit: z.ZodDefault>; }, "strip", z.ZodTypeAny, { projectKey: string; limit: number; branch?: string | undefined; severities?: string | undefined; statuses?: string | undefined; assigned?: boolean | undefined; }, { projectKey: string; branch?: string | undefined; severities?: string | undefined; statuses?: string | undefined; limit?: number | undefined; assigned?: boolean | undefined; }>; export declare const getSecurityVulnerabilitiesTool: Tool; export declare function getSecurityVulnerabilitiesHandler(params: z.infer): Promise; export {}; //# sourceMappingURL=get-security-vulnerabilities.d.ts.map