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