import { InjectionToken } from "@rxdi/core"; export interface IpfsPubSubRoom { topic: string; } export declare const IpfsPubSubRoom: InjectionToken;