export declare function normalizeAppUniConfig(pagesJson: UniApp.PagesJson, manifestJson: Record): string; export declare function parseEntryPagePath(pagesJson: UniApp.PagesJson): { entryPagePath: string; entryPageQuery: string; realEntryPagePath: string; };