export declare class SubscriptionDeleteRequestValidator { static validateBody(obj: any): boolean; static validateParams(obj: any): boolean; }