export declare class SubscriptionApprover { approve(subId?: string): void deny(subId?: string): void constructor() }