import { ActionsModel } from '../models/actions.model'; export declare function Actions(show?: boolean): (target: Object) => void; export declare function getActionsModel(instance: T): ActionsModel;