import { CrudOptions } from '../interfaces'; export declare const Crud: (options: CrudOptions) => (target: Object) => void;