/**
 * Returns if the given function is a model action or not.
 *
 * @param fn Function to check.
 * @returns
 */
export declare function isModelAction(fn: (...args: any[]) => any): boolean;
