export declare class ProductVariantDetailsDto { creationReason: string; isRestricted: boolean; id?: string; constructor(d?: ProductVariantDetailsDto); }