import { IChassisContext } from "../interfaces"; export default class Utils { static deleteJSON(model: any, json_path_node?: any): any; static _deleteNodePath(model: any, json_path_node: any): any; static transformByRule(item_or_items: any, rules: any, fn: any): any[]; static sendError(context: IChassisContext, res: any, payload: any): boolean; static uuid(thing: string): any; }