export declare type CostType = 'CPA' | 'CPC' | 'CPD' | 'CPM' | 'VCPM' | 'UNKNOWN';
