import { NextFunction } from './NextFunction'; import { Resolvable } from 'agentstack'; import { WebApplicationSettings } from './WebApplicationSettings'; import { InternalWebContext } from './InternalWebContext'; export declare abstract class WebController extends Resolvable { private _identity; private _request; init(ctx: InternalWebContext, next: NextFunction): Promise; }