export declare class CreateSubscriptionDto { tenant_id: string; plan_id: string; trial_end?: string; payment_provider?: string; }