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