import { ActionType } from "@ngrx/store"; export interface PublishItem { sharedUuid: string; } export declare enum EPublishAction { PUBLISH = "publish" } export declare const sharedUuid: import("@ngrx/store").ActionCreator { sharedUuid: string; } & import("@ngrx/store/src/models").TypedAction>; export type Publish_Action = ActionType;