import type { SearchInput, SearchOutput } from '../types.js'; export declare function buildSearchContentBlocks(input: SearchInput, data: SearchOutput): { type: 'text'; text: string; }[]; //# sourceMappingURL=search-response.d.ts.map