import { HttpService } from './http_service'; /** * @class ViewController */ export declare class ViewController extends HttpService { view(name: string, data?: Dict): void; }