import type { ServerResponse } from 'node:http'; export declare function sendError(res: ServerResponse, status: number, code: string, message: string, details?: unknown): void; export declare function sendJson(res: ServerResponse, status: number, body: unknown): void; //# sourceMappingURL=errors.d.ts.map