export declare const getRepoSecurityContextTool: { name: string; description: string; readOnlyHint: boolean; inputSchema: { type: string; properties: { repo: { type: string; description: string; }; }; required: string[]; }; }; export declare function handleGetRepoSecurityContext(args: Record): Promise<{ content: { type: string; text: string; }[]; }>; //# sourceMappingURL=repo-context.d.ts.map