export declare class TypeORMError extends Error { get name(): string; constructor(message?: string, options?: ErrorOptions); }