declare const checkpkgInfo: (pkg: any, utils: any) => string; declare const checkAppConfig: (appConfig: Array) => string; export { checkpkgInfo, checkAppConfig };