/* Copyright IBM Corp. 2018 */ import { WchService } from '../wch.service'; export declare class RefreshService { refresh: () => void; constructor(aWchService: WchService); }