import { WebApplicationSettings } from '../../web/WebApplicationSettings'; import { Resolvable } from 'agentstack'; export declare class WebpackRendererService extends Resolvable { middleware(app: any): Promise; }