export declare const create: (config: { root: string; entryFiles: string; outDir: string; outFile: string; externals: Array; emulator: boolean; sourceMaps: boolean; contentHash: boolean; minify: boolean; publicUrl: string; hmr: boolean; logLevel: import("piral-cli").LogLevels; watch: boolean; args: any; }) => Promise;