export declare class ConnectionError extends Error { database: string; originalError: Error; constructor(database: string, originalError: Error); }