import { SharedAction } from './shared-action.interface'; export declare class SharedActions { static REVERT: string; revert(revertKeys: Array): SharedAction; }