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