export interface ToolExecuteOutputShape { title: string; metadata: unknown; } export declare function getRuleInjectionFilePath(output: ToolExecuteOutputShape): string | null;