export declare enum SharingPriceTypeEnum {
    PerClickCountAndView = 0,
    PerClickCount = 1,
    PerView = 2
}
