import { Observable } from 'rxjs';
import type { DeleteByEntityIdAction } from '../types';
declare const _default: (action$: Observable<DeleteByEntityIdAction>, _: any, context: any) => Observable<any>;
export default _default;
