import { TypeORMError } from "./TypeORMError"; /** Thrown when an invariant is violated */ export declare class InvariantViolatedError extends TypeORMError { constructor(message?: string, options?: ErrorOptions); }