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