export declare class TypeOrmUpdatedPatchError extends Error {
    name: string;
    constructor();
}
