import { CustomError } from "./custom-error"; export declare class DatabaseConnectionError extends CustomError { statusCode: number; message: string; constructor(); serializeErrors(): { message: string; }[]; }