/** * Decorator that turns a function into a model action. */ export declare function modelAction(...args: any[]): void;