import { type FC } from "hono/jsx"; export declare function responseJsonError(error: unknown, transform?: (json: { status: number; message: string; }) => any): Response; export declare function responseTextError(error: unknown, transform?: (text: string) => string): Response; export declare function responseHtmlError(error: unknown, template?: FC<{ error: unknown; }> | string): Response; //# sourceMappingURL=contextResponse.d.ts.map