import type { APIResponse } from '../../error-types'; import type { Inventory } from './inventory-types.ts'; export declare function getInventoryByVariantId(vid: string): Promise>;