import type { Response } from 'express';
export declare function handleMeetingAttendanceError(res: Response, error: unknown, fallbackMessage: string, loggerName?: string): Response;
