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