import { TypeORMError } from "./TypeORMError";
export declare class UpdateValuesMissingError extends TypeORMError {
    constructor();
}
