export default class PubSubscriptionOptions {
    once: boolean;
    constructor(init?: Partial<PubSubscriptionOptions>);
}
