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