Variable PushManager

    PushManager: {
        prototype: PushManager;
        supportedContentEncodings: readonly string[];
        new (): PushManager;
    }

    Type declaration