export declare function normalizeAppManifestJson(userManifestJson: Record, pagesJson: UniApp.PagesJson): Record; export * from './env'; export { APP_CONFUSION_FILENAME, isConfusionFile, hasConfusionFile, } from './confusion'; export { getNVueCompiler, getNVueStyleCompiler, getNVueFlexDirection, } from './nvue'; export { parseArguments } from './arguments';