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