import ServiceBase from '../base'; import { ContextConfigModel } from '../context/service-context'; declare class ViewingService extends ServiceBase { constructor(serviceContext?: ContextConfigModel); getView: (data: any) => Promise<{}>; } export { ViewingService }; //# sourceMappingURL=viewing.d.ts.map