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