import { PluginConf } from './types';
export declare function createParcelBundlerForProject(inputFiles: string[], outDir: string, pluginConf: PluginConf, { watch }?: {
    watch?: boolean;
}): any;
