import { CrudProOptions } from '../interfaces'; export declare function CrudPlus(options: CrudProOptions): (target: Function) => void;