import type { IPubsubSubscription } from '../domain'; export declare class PubsubSubscriptionReader { static getPubsubSubscriptions(): PromiseLike; }