export default class OmneediaRealtime {
    protected Channel: string;
    protected ref: any;
    constructor(channel: string, ref: any);
    send(message: any): Promise<this>;
    on(type: string, event: any, cb: Function): this;
    subscribe(callback: Function): this;
}
//# sourceMappingURL=realtime.d.ts.map