export declare class UnsubscriptionResponse {
    UnSubscribed: boolean;
}
