/**
 * Decorator that turns a function into a model action.
 *
 * @param target
 * @param propertyKey
 * @param [baseDescriptor]
 * @returns
 */
export declare function modelAction(target: any, propertyKey: string, baseDescriptor?: PropertyDescriptor): void;
