import { CONTAINER_LABELS, ITEM_LABELS } from '../constants'; export declare function inContainer(item: ITEM_LABELS): CONTAINER_LABELS | string;