import { AnyFunction } from '../utils/AnyFunction'; /** * Returns if the given function is a model action or not. * * @param fn Function to check. * @returns */ export declare function isModelAction(fn: AnyFunction): boolean;