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