import type { APIResponse } from '../../error-types'; import type { Variant } from './variant-types.js'; export declare function getAllVariants(queryParams: { pid?: string; productSku?: string; variantSku?: string; }): Promise>; export declare function getVariantById(vid: string): Promise>;