import type { FrameworkContext } from '../framework/framework-context'; export declare function activateBaseCrud(target: Function, entity: Function, context: FrameworkContext): void;