import { Fetcher } from '../../../common/api'; import { IOrderResponse } from '../../types'; export declare const commentBasket: (fetcher: Fetcher, comment: string) => Promise;