import { Type } from '@angular/core';
/**
 * ** Registry for Root Effects.
 */
export declare const SHARED_ROOT_EFFECTS: Array<Type<any>>;
