import { BabelConfigPackage } from './babel-config'; import { BrowserConfigOptions, BrowserConfigPackage } from './browser-config'; import { PostcssConfigPackage } from './postcss-config'; export { BabelConfigPackage, BrowserConfigOptions, BrowserConfigPackage, PostcssConfigPackage }; declare const _default: { aliasConfig: { init: (options: import("@nuofe/ndk-config").ConfigOptions) => Promise; }; babelConfig: { init: (options: import("@nuofe/ndk-package").PackageOptions) => Promise; }; browserConfig: { init: (options: BrowserConfigOptions) => Promise; }; postcssConfig: { init: (options: import("@nuofe/ndk-package").PackageOptions) => Promise; }; typescriptConfig: { init: (options: import("@nuofe/ndk-package").PackageOptions) => Promise; }; }; export default _default;