import { VueRenderer } from './VueRenderer'; import { WebApplicationSettings } from '../../web/WebApplicationSettings'; import { Application } from 'agentstack'; export declare class VueDynamicRendererService extends VueRenderer { renderer: any; ready: Promise; middleware(app: Application): Promise<(ctx: any, next: Function) => any>; render(context: any): Promise; }