/** * Describes an action. Actions are used to mutate state. * https://fnx.js.org/docs/api/action.html */ export declare function action(_0: any, _1: any, descriptor: TypedPropertyDescriptor): void;