import { MetaAction } from '../types'; export declare enum Action { APP = "APP::PRINT::APP" } export type PrintAction = MetaAction; export declare function app(): PrintAction;