import type { Response } from 'express';
export declare function sendPublicApiErrorResponse(res: Response, error: Error): void;
