import type { LlmToolDefinition } from '../../types/LlmToolDefinition'; /** * Adds USE PROJECT tool definitions while keeping already registered tools untouched. * * @private function of UseProjectCommitmentDefinition */ export declare function createUseProjectTools(existingTools: ReadonlyArray): Array;