import { Common } from './signalr-core.common'; export declare class SignalrCore extends Common { // define your typings manually // or.. // take the ios or android .d.ts files and copy/paste them here } export class SignalRCoreRHeaders { key: string; value: string; constructor(key: string, value: string) { this.key = key; this.value = value; } }