import { Action } from "redux";
export declare const notificationKeyPrefix = "mediaGallery:";
export declare const typeError: (message: string) => Action;
