import { TextContent } from "@modelcontextprotocol/sdk/types.js";
export interface ArtifactReference {
    title: string;
    url: string;
}
export declare function getReferenceArtifact(results: any[]): any;
export declare function getListOfArtifacts(functionName: string, results: ArtifactReference[]): TextContent[];
export declare function formatHit(hit: any, doc: any): any;
export declare function sanitizeFilterValue(value: string): string;
export declare function createTextContent(text: string, title?: string, format?: string): TextContent;
//# sourceMappingURL=helpers.d.ts.map