import { ItemDefinition } from './interfaces'; export declare const createCrud: (def: ItemDefinition) => { path: string; component: any; }[];