import { TypeORMError } from "./TypeORMError";
/**
 * Thrown . Theoretically can't be thrown.
 */
export declare class PersistedEntityNotFoundError extends TypeORMError {
    constructor();
}
