/**
 * Thrown . Theoretically can't be thrown.
 */
export declare class PersistedEntityNotFoundError extends Error {
    name: string;
    constructor();
}
