import { BaseException } from '.'; export declare class DatabaseException extends BaseException { constructor(message: string, details?: string[]); }