import { PromptResponse } from './types';
export declare const isPromptResponse: (x: any) => x is PromptResponse;
export declare const matchesAnyTag: (tags: string[], filteringTags: string[]) => boolean;
export declare const formatUserAgent: (toolName: string, userId: string) => string;