import { ISearchResult } from '../../../common'; import { Fetcher } from '../../../common/api'; import { IComment, IFindProductCommentsInputDto } from '../../types'; export declare const getProductComments: (fetcher: Fetcher, productId: string, filters?: IFindProductCommentsInputDto) => Promise>;