/** * Prompt template formatters for Azure DevOps prompts */ export declare function formatWikiSearchResults(searchText: string, project: string | undefined, result: any): string; export declare function formatWikiPageContent(project: string, wikiId: string, pagePath: string, result: any): string; export declare function formatWorkItemSummary(workItemId: string, workItem: any, comments: any): string; export declare function formatWorkItemsQueryReport(project: string, result: any): string; //# sourceMappingURL=templates.d.ts.map