import { IkasStockLocationType } from ".."; import { IkasStockLocationAddress } from "../address"; export declare type IkasAvailableStockLocation = { address: IkasStockLocationAddress | null; id: string; name: string; type: IkasStockLocationType | null; };