import type { ActionConfig } from '../../ActionConfig'; export declare function action(cfg?: Partial): (constructor: Function) => void;