/* Copyright IBM Corp. 2018 */ import { Version } from '@angular/core'; import { WchSdkVersion } from './../../../../api'; export interface SdkVersion extends WchSdkVersion { readonly version: Version; readonly build: Date; } export declare const SDK_VERSION: SdkVersion;