import { _Action, Action } from "./action";
export interface _ShowAction extends _Action {
}
export declare class ShowAction extends Action {