/**
 * @category Internal
 */
export declare abstract class UpdateDeleteEntity {
    id: string;
    lastModificationDate: string;
}
