export declare type ProductType = 'DFP' | 'OFFLINE' | 'NON_DFP' | 'UNKNOWN';
