export declare class ChatGptWebError extends Error { readonly status: number; readonly code: string; constructor(message: string, status?: number, code?: string); } export declare function jsonErrorResponse(error: ChatGptWebError | Error, status?: number): Response; export declare function unsupportedFieldError(field: string): ChatGptWebError; //# sourceMappingURL=errors.d.ts.map