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