import type { AppToolsContext } from '../types/plugin'; export declare const generateRoutes: (appContext: AppToolsContext) => Promise; export declare const getPathWithoutExt: (filename: string) => string; export declare const isMainEntry: (entryName: string, mainEntryName?: string) => boolean;