import { ApiService } from "../core/ApiService"; export declare class ViewService { private api; constructor(api: ApiService); post(id: any): any; }