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