export declare class CreateUserSubscriptionDto {
    productId: string;
    transactionId: string;
    deviceType: string;
}
