export declare enum ProductStatus { ACTIVE = "active", INACTIVE = "inactive" }