import { Fetcher } from '../../../common/api'; export declare const getProductViews: (fetcher: Fetcher, productId: string) => Promise;