/** * Adjust inventory action * Calls the adjustInventory action on the parent window */ import type { AdjustInventory } from "./types"; export declare const adjustInventory: AdjustInventory;