import { NexeCompiler } from '../compiler';
export default function bundle(compiler: NexeCompiler, next: any): Promise<any>;
