export declare type ProductTemplateStatus = 'ACTIVE' | 'DRAFT' | 'CANCELED' | 'ARCHIVED' | 'UNKNOWN';
