import { ICrudAction } from './interfaces'; export declare function UPDATE(ENTITY: string): ICrudAction;