import { ProductModel } from '../../data/models'; export declare const getRefinedProduct: (sku: string, optionUIDs: string[], anchorOptions?: string[], raw?: boolean) => Promise; //# sourceMappingURL=getRefinedProduct.d.ts.map