import { AnyAction } from 'redux'; export declare function removeLast(actions: AnyAction[], comparator: (action: any) => boolean): AnyAction[]; export declare const getType: (action: AnyAction) => string; export declare const getStatus: (action: AnyAction) => string;