export declare function toolListMetadata(docsPath: string, args: { id: string; }): { content: { type: "text"; text: string; }[]; }; export declare function toolGetAccuracy(docsPath: string, args: { id: string; }): { content: { type: "text"; text: string; }[]; }; export declare function toolReviewAdrRelevance(docsPath: string, args: { id: string; }): { content: { type: "text"; text: string; }[]; }; export declare function toolRefreshMetadata(docsPath: string, args: { id: string; }): { content: { type: "text"; text: string; }[]; }; export declare function toolAddMetadata(docsPath: string, args: { id: string; path: string; }): { content: { type: "text"; text: string; }[]; }; export declare function toolRemoveMetadata(docsPath: string, args: { id: string; path: string; }): { content: { type: "text"; text: string; }[]; }; export declare function toolListAdrsBelowAccuracy(docsPath: string): { content: { type: "text"; text: string; }[]; }; //# sourceMappingURL=metadata.d.ts.map