export declare function toTextResponse(data: unknown): { content: [{ type: "text"; text: string; }]; }; //# sourceMappingURL=response.d.ts.map