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