import { RouteConfig } from 'vue-router/types/router'; export default class CrudFactory { static generate(module: string): RouteConfig; }