import { AnyAction } from '@dineug/r-html';
import { Observable } from 'rxjs';
export declare const sharedStreamActionsCompressor: (source$: Observable<Array<AnyAction>>) => Observable<AnyAction[]>;
