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