import { ToolDefinition } from '../../shared/types/tool-definition'; /** * List of pull requests tools */ export declare const pullRequestsTools: ToolDefinition[];