import { MaterialItem } from '@gamepark/rules-api'; import { ItemContext } from '../../../locators'; export declare const getFirstStockItemTransforms:

(context: ItemContext) => string[]; export declare const getFirstStockItem:

(context: ItemContext) => MaterialItem | undefined;