export declare type ProductPackageStatus = 'ACTIVE' | 'INACTIVE' | 'UNKNOWN';
