import { Fetcher } from '../../../common/api'; import { IAddCommentOnProductDto, IComment } from '../../types'; export declare const addCommentOnProduct: (fetcher: Fetcher, productComment: IAddCommentOnProductDto) => Promise;