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