export declare const mockTestPluginTemplate = "module.exports = function plugin(ctx){\n  ctx.set('script', 'working')\n}\n";
