import { IpfsPubSubRoom } from "./ipfs-pubsub-injection"; export declare class IpfsPubSubConfig { logging?: boolean; rooms: Array; }