export interface Subscription { readonly channels: readonly string[]; unsubscribe(): void; } //# sourceMappingURL=subscription.d.ts.map